Click or drag to resize
DigitalRuneLodCollectionICollectionLodEntryAdd Method

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
void ICollection<LodEntry>.Add(
	LodEntry item
)

Parameters

item
Type: DigitalRune.Graphics.SceneGraphLodEntry
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionDistance is negative, infinite or NaN.
ArgumentNullExceptionNode is .
See Also