C# 클래스 CharacterManager, Asylum

상속: MonoBehaviour
파일 보기 프로젝트 열기: jump4r/Asylum 1 사용 예제들

공개 메소드들

메소드 설명
ActivateCharacter ( string key ) : void
IsActive ( string key ) : bool

비공개 메소드들

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

메소드 상세

ActivateCharacter() 공개 메소드

public ActivateCharacter ( string key ) : void
key string
리턴 void

IsActive() 공개 메소드

public IsActive ( string key ) : bool
key string
리턴 bool