C# 클래스 RunWithPath, VRDesignLab

상속: MonoBehaviour
파일 보기 프로젝트 열기: VRUX-CO/VRDesignLab 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Speed float
StartPathId int
TurnPerPoint float
Wheels Transform[]
trackPieces TrackPiece[]

공개 메소드들

메소드 설명
GetPost ( int _NowPathID ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

비공개 메소드들

메소드 설명
FormAngles ( float OriAngle, float NowAngle ) : float

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

GetPost() 공개 메소드

public GetPost ( int _NowPathID ) : void
_NowPathID int
리턴 void

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Speed 공개적으로 프로퍼티

public float Speed
리턴 float

StartPathId 공개적으로 프로퍼티

public int StartPathId
리턴 int

TurnPerPoint 공개적으로 프로퍼티

public float TurnPerPoint
리턴 float

Wheels 공개적으로 프로퍼티

public Transform[] Wheels
리턴 Transform[]

trackPieces 공개적으로 프로퍼티

public TrackPiece[] trackPieces
리턴 TrackPiece[]