C# 클래스 Axiom.Core.RaySceneQueryResultEntry

This struct allows a single comparison of result data no matter what the type.
상속: IComparable
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Distance float
SceneObject Axiom.Core.MovableObject
worldFragment SceneQuery.WorldFragment

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Implemented to allow sorting of results based on distance.

메소드 상세

CompareTo() 공개 메소드

Implemented to allow sorting of results based on distance.
public CompareTo ( object obj ) : int
obj object
리턴 int

프로퍼티 상세

Distance 공개적으로 프로퍼티

Distance along the ray.
public float Distance
리턴 float

SceneObject 공개적으로 프로퍼티

The object, or null if this is not a scene object result.
public MovableObject,Axiom.Core SceneObject
리턴 Axiom.Core.MovableObject

worldFragment 공개적으로 프로퍼티

The world fragment, or null if this is not a fragment result.
public SceneQuery.WorldFragment,Axiom.Core worldFragment
리턴 SceneQuery.WorldFragment