C# 클래스 MovableInteractable, Hellbound

상속: Interactable
파일 보기 프로젝트 열기: Backman/Hellbound 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_FSM StateMachine
m_ImmovableState ImmovableState
m_MovableState MovableState

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
examine ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

examine() 공개 메소드

public examine ( ) : void
리턴 void

프로퍼티 상세

m_FSM 공개적으로 프로퍼티

public StateMachine m_FSM
리턴 StateMachine

m_ImmovableState 공개적으로 프로퍼티

public ImmovableState m_ImmovableState
리턴 ImmovableState

m_MovableState 공개적으로 프로퍼티

public MovableState m_MovableState
리턴 MovableState