C# 클래스 Axiom.Components.Terrain.RayResult

Result from a terrain ray intersection with the terrain group.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Hit bool
Position Vector3
Terrain Axiom.Components.Terrain.Terrain

공개 메소드들

메소드 설명
RayResult ( bool hit, Axiom.Components.Terrain.Terrain terrain, Vector3 pos ) : System

Constructor.

메소드 상세

RayResult() 공개 메소드

Constructor.
public RayResult ( bool hit, Axiom.Components.Terrain.Terrain terrain, Vector3 pos ) : System
hit bool Whether an intersection occurred
terrain Axiom.Components.Terrain.Terrain Which terrain instance was hit, if any
pos Vector3 Position at which the intersection occurred
리턴 System

프로퍼티 상세

Hit 공개적으로 프로퍼티

Whether an intersection occurred
public bool Hit
리턴 bool

Position 공개적으로 프로퍼티

Position at which the intersection occurred
public Vector3 Position
리턴 Vector3

Terrain 공개적으로 프로퍼티

Which terrain instance was hit, if any
public Terrain,Axiom.Components.Terrain Terrain
리턴 Axiom.Components.Terrain.Terrain