C# Class Axiom.Core.RaySceneQueryResultEntry

This struct allows a single comparison of result data no matter what the type.
Inheritance: IComparable
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
Distance float
SceneObject Axiom.Core.MovableObject
worldFragment SceneQuery.WorldFragment

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int

Implemented to allow sorting of results based on distance.

Method Details

CompareTo() public méthode

Implemented to allow sorting of results based on distance.
public CompareTo ( object obj ) : int
obj object
Résultat int

Property Details

Distance public_oe property

Distance along the ray.
public float Distance
Résultat float

SceneObject public_oe property

The object, or null if this is not a scene object result.
public MovableObject,Axiom.Core SceneObject
Résultat Axiom.Core.MovableObject

worldFragment public_oe property

The world fragment, or null if this is not a fragment result.
public SceneQuery.WorldFragment,Axiom.Core worldFragment
Résultat SceneQuery.WorldFragment