C# 클래스 SceneInfo, lel

파일 보기 프로젝트 열기: Tzook/lel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BGMusic string
CanSetMainAbility bool
DisplayName string
Instance SceneInfo,
Key string
NetStateEntities List
Npcs List
SUPPORTED_SCENES string[]
ScenePortals List
Spawners List
SupportsPVP bool
Timer int
miniMapInfo MiniMapInfo

공개 메소드들

메소드 설명
UpdateStateChange ( string entityKey, string stateValue ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

UpdateStateChange() 공개 메소드

public UpdateStateChange ( string entityKey, string stateValue ) : void
entityKey string
stateValue string
리턴 void

프로퍼티 상세

BGMusic 공개적으로 프로퍼티

public string BGMusic
리턴 string

CanSetMainAbility 공개적으로 프로퍼티

public bool CanSetMainAbility
리턴 bool

DisplayName 공개적으로 프로퍼티

public string DisplayName
리턴 string

Instance 공개적으로 정적으로 프로퍼티

public static SceneInfo, Instance
리턴 SceneInfo,

Key 공개적으로 프로퍼티

public string Key
리턴 string

NetStateEntities 공개적으로 프로퍼티

public List NetStateEntities
리턴 List

Npcs 공개적으로 프로퍼티

public List Npcs
리턴 List

SUPPORTED_SCENES 공개적으로 정적으로 프로퍼티

public static string[] SUPPORTED_SCENES
리턴 string[]

ScenePortals 공개적으로 프로퍼티

public List ScenePortals
리턴 List

Spawners 공개적으로 프로퍼티

public List Spawners
리턴 List

SupportsPVP 공개적으로 프로퍼티

public bool SupportsPVP
리턴 bool

Timer 공개적으로 프로퍼티

public int Timer
리턴 int

miniMapInfo 공개적으로 프로퍼티

public MiniMapInfo miniMapInfo
리턴 MiniMapInfo