C# 클래스 Elevator_WaitPlatform, EdgeOfInfinity

상속: WaitPlatform
파일 보기 프로젝트 열기: BenBohannon/EdgeOfInfinity

공개 프로퍼티들

프로퍼티 타입 설명
activateKey string
movementSpeed int
movementTimeMax int
state ElevatorState

공개 메소드들

메소드 설명
FixedUpdate ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

activateKey 공개적으로 프로퍼티

public string activateKey
리턴 string

movementSpeed 공개적으로 프로퍼티

public int movementSpeed
리턴 int

movementTimeMax 공개적으로 프로퍼티

public int movementTimeMax
리턴 int

state 공개적으로 프로퍼티

public ElevatorState state
리턴 ElevatorState