C# 클래스 CryEngine.Level

Represents a CryENGINE level.
파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Level System
TryGet Level

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSupportedGameRules ( int index ) : string

Gets the supported game rules at the index; see SupportedGamerules.

Load ( string name ) : Level

Loads a new level and returns its level info

SupportsGameRules ( string gamemodeName ) : bool

Returns true if this level supports the specific game rules.

Unload ( ) : void

Unloads the currently loaded level.

비공개 메소드들

메소드 설명
Level ( IntPtr ptr ) : System
TryGet ( IntPtr ptr ) : Level

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSupportedGameRules() 공개 메소드

Gets the supported game rules at the index; see SupportedGamerules.
public GetSupportedGameRules ( int index ) : string
index int
리턴 string

Load() 공개 정적인 메소드

Loads a new level and returns its level info
public static Load ( string name ) : Level
name string
리턴 Level

SupportsGameRules() 공개 메소드

Returns true if this level supports the specific game rules.
public SupportsGameRules ( string gamemodeName ) : bool
gamemodeName string
리턴 bool

Unload() 공개 정적인 메소드

Unloads the currently loaded level.
public static Unload ( ) : void
리턴 void