Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODTerrain.Select C# (CSharp) Méthode

Select() public méthode

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

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