Click or drag to resize
DigitalRuneLodCollection Methods

The LodCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a LOD to the LodCollection.
Public methodClear
Removes all LODs from the LodCollection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(Single)
Determines the index of the LOD at a specific distance in the LodCollection.
Public methodIndexOf(SceneNode)
Determines the index of a specific LOD in the LodCollection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Int32)
Removes the LOD at the specified index from the LodCollection.
Public methodRemove(Single)
Removes the LOD at a specific distance from the LodCollection.
Public methodRemove(SceneNode)
Removes the specified LOD node from the LodCollection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddRangeLodEntry (Defined by CollectionHelper.)
Public Extension MethodDoLodEntry(ActionLodEntry)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoLodEntry(ActionLodEntry, Int32)Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodForEachLodEntry(ActionLodEntry)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachLodEntry(ActionLodEntry, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfLodEntry
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionLodEntryAdd
Explicit interface implementationPrivate methodICollectionLodEntryContains
Explicit interface implementationPrivate methodICollectionLodEntryCopyTo
Explicit interface implementationPrivate methodIEnumerableLodEntryGetEnumerator
Returns an enumerator that iterates through the collection.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the collection.
Explicit interface implementationPrivate methodICollectionLodEntryRemove
Top
See Also