Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODTerrain.Select C# (CSharp) 메소드

Select() 공개 메소드

public Select ( CDLODSelection selection ) : void
selection CDLODSelection
리턴 void
        public void Select(CDLODSelection selection)
        {
            // Prepare selection's state per a terrain.
            selection.ClearSelectedNodes();

            // Select visible nodes.
            quadTree.Select(selection);
        }