Click or drag to resize
DigitalRuneLodEntry Structure
Represents an entry in the LodCollection.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public struct LodEntry : IEquatable<LodEntry>

The LodEntry type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(LodEntry)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two LodEntry instances to determine whether they are the same.
Public operatorStatic memberInequality
Compares two LodEntry instances to determine whether they are different.
Top
Properties
  NameDescription
Public propertyDistance
Gets or sets the LOD distance. (Needs to be normalized - see remarks.)
Public propertyNode
Gets or sets the LOD node.
Top
See Also