Willcraftia.Xna.Framework.Terrain.CDLOD.CDLODTerrain.Select C# (CSharp) Method

Select() public method

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

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