Click or drag to resize
DigitalRuneAscendingNodeComparer Class
Sorts SceneNodes by their SortTag in ascending order.
Inheritance Hierarchy
SystemObject
  DigitalRuneSingletonAscendingNodeComparer
    DigitalRune.Graphics.SceneGraphAscendingNodeComparer

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public sealed class AscendingNodeComparer : Singleton<AscendingNodeComparer>, 
	IComparer<SceneNode>

The AscendingNodeComparer type exposes the following members.

Constructors
  NameDescription
Public methodAscendingNodeComparer
Initializes a new instance of the AscendingNodeComparer class
Top
Methods
  NameDescription
Public methodCompare
Compares two SceneNodes.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also