C# 클래스 TileEntity, MagesOfBlight

상속: MonoBehaviour, ISaveable
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
model GameObject

보호된 프로퍼티들

프로퍼티 타입 설명
battleManRef BattleManager,
modelAnim Animator
modelTf Transform

보호된 메소드들

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

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

battleManRef 보호되어 있는 프로퍼티

protected BattleManager, battleManRef
리턴 BattleManager,

model 공개적으로 프로퍼티

public GameObject model
리턴 GameObject

modelAnim 보호되어 있는 프로퍼티

protected Animator modelAnim
리턴 Animator

modelTf 보호되어 있는 프로퍼티

protected Transform modelTf
리턴 Transform