C# 클래스 ToggleStairs

상속: MonoBehaviour
파일 보기 프로젝트 열기: NotProGamer/emtojere

공개 프로퍼티들

프로퍼티 타입 설명
coverSprite GameObject
distance float
enableStairs bool
ladder Transform
maxSpeed float
startPosition Vector3
stopPosition Vector3

공개 메소드들

메소드 설명
EnableStairs ( bool enabled ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

EnableStairs() 공개 메소드

public EnableStairs ( bool enabled ) : void
enabled bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

coverSprite 공개적으로 프로퍼티

public GameObject coverSprite
리턴 GameObject

distance 공개적으로 프로퍼티

public float distance
리턴 float

enableStairs 공개적으로 프로퍼티

public bool enableStairs
리턴 bool

ladder 공개적으로 프로퍼티

public Transform ladder
리턴 Transform

maxSpeed 공개적으로 프로퍼티

public float maxSpeed
리턴 float

startPosition 공개적으로 프로퍼티

public Vector3 startPosition
리턴 Vector3

stopPosition 공개적으로 프로퍼티

public Vector3 stopPosition
리턴 Vector3