C# 클래스 Platform, Obsolete

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

공개 프로퍼티들

프로퍼티 타입 설명
Active bool
Direction Vector3
Speed float
StartDelay float
StopHeight float
StopTime float
UseStopHeight bool

공개 메소드들

메소드 설명
Activate ( ) : void
OnTriggerEnter ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Direction 공개적으로 프로퍼티

public Vector3 Direction
리턴 Vector3

Speed 공개적으로 프로퍼티

public float Speed
리턴 float

StartDelay 공개적으로 프로퍼티

public float StartDelay
리턴 float

StopHeight 공개적으로 프로퍼티

public float StopHeight
리턴 float

StopTime 공개적으로 프로퍼티

public float StopTime
리턴 float

UseStopHeight 공개적으로 프로퍼티

public bool UseStopHeight
리턴 bool