Click or drag to resize
DigitalRuneDescendingNodeComparer Class
Sorts SceneNodes by their SortTag in descending order.
Inheritance Hierarchy
SystemObject
  DigitalRuneSingletonDescendingNodeComparer
    DigitalRune.Graphics.SceneGraphDescendingNodeComparer

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

The DescendingNodeComparer type exposes the following members.

Constructors
  NameDescription
Public methodDescendingNodeComparer
Initializes a new instance of the DescendingNodeComparer 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