Example #1
0
        /// <summary>
        /// Returns the generator assigned to the EndNode if
        /// one exists.
        /// </summary>
        public Generator GetEndGenerator()
        {
            EndNode node = GetEndNode();

            return(node == null ? null : node.GetHeightMap());
        }