C# 클래스 BlockWayMechanic, PGP2

상속: MonoBehaviour
파일 보기 프로젝트 열기: theiis/PGP2

공개 프로퍼티들

프로퍼티 타입 설명
actionSpeed float
activatedB bool
distTillStop float
moveToPos Transform
objectToMove Transform

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

actionSpeed 공개적으로 프로퍼티

public float actionSpeed
리턴 float

activatedB 공개적으로 프로퍼티

public bool activatedB
리턴 bool

distTillStop 공개적으로 프로퍼티

public float distTillStop
리턴 float

moveToPos 공개적으로 프로퍼티

public Transform moveToPos
리턴 Transform

objectToMove 공개적으로 프로퍼티

public Transform objectToMove
리턴 Transform