| LodCollectionRemove Method (Single) |
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool Remove(
float distance
)
Public Function Remove (
distance As Single
) As Boolean
public:
bool Remove(
float distance
)
member Remove :
distance : float32 -> bool
Parameters
- distance
- Type: SystemSingle
The LOD distance. (Must be normalized - see LodCollection.)
Return Value
Type:
Boolean if the LOD was found and removed; otherwise,
if the LOD was not found in the
LodCollection.
See Also