C# 클래스 PlanetOrientation, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistanceToGroundMarker float
DistanceToPlanet float
DownMarker GameObject
ForwardMarker GameObject
GroundedBottomLeft bool
GroundedBottomRight bool
GroundedCenter bool
GroundedTopLeft bool
GroundedTopRight bool
RightMarker GameObject
_collider BoxCollider

공개 메소드들

메소드 설명
CheckOrientation ( ) : void
Deinitialize ( ) : void
Initialize ( ) : void
Start ( ) : void
Update ( ) : void
UpdateGrounded ( ) : void
UpdateOrientation ( ) : void
UpdateTiltAxes ( ) : void

비공개 메소드들

메소드 설명
Pow ( double b, int e ) : double

메소드 상세

CheckOrientation() 공개 메소드

public CheckOrientation ( ) : void
리턴 void

Deinitialize() 공개 메소드

public Deinitialize ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateGrounded() 공개 메소드

public UpdateGrounded ( ) : void
리턴 void

UpdateOrientation() 공개 메소드

public UpdateOrientation ( ) : void
리턴 void

UpdateTiltAxes() 공개 메소드

public UpdateTiltAxes ( ) : void
리턴 void

프로퍼티 상세

DistanceToGroundMarker 공개적으로 프로퍼티

public float DistanceToGroundMarker
리턴 float

DistanceToPlanet 공개적으로 프로퍼티

public float DistanceToPlanet
리턴 float

DownMarker 공개적으로 프로퍼티

public GameObject DownMarker
리턴 GameObject

ForwardMarker 공개적으로 프로퍼티

public GameObject ForwardMarker
리턴 GameObject

GroundedBottomLeft 공개적으로 프로퍼티

public bool GroundedBottomLeft
리턴 bool

GroundedBottomRight 공개적으로 프로퍼티

public bool GroundedBottomRight
리턴 bool

GroundedCenter 공개적으로 프로퍼티

public bool GroundedCenter
리턴 bool

GroundedTopLeft 공개적으로 프로퍼티

public bool GroundedTopLeft
리턴 bool

GroundedTopRight 공개적으로 프로퍼티

public bool GroundedTopRight
리턴 bool

RightMarker 공개적으로 프로퍼티

public GameObject RightMarker
리턴 GameObject

_collider 공개적으로 프로퍼티

public BoxCollider _collider
리턴 BoxCollider