C# 클래스 Server.Game.Zones.ZoneManager

A manager dedicated to handling operations performed on all Zoness. A zone manager is exclusively used for managing these.
파일 보기 프로젝트 열기: GrindFest/GrindFest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current ZoneManager
Zones List

공개 메소드들

메소드 설명
FindZone ( string name ) : Zone
Initialize ( ) : void
Update ( System.TimeSpan deltaTime ) : void
ZoneManager ( ) : System

메소드 상세

FindZone() 공개 메소드

public FindZone ( string name ) : Zone
name string
리턴 Zone

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Update() 공개 메소드

public Update ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
리턴 void

ZoneManager() 공개 메소드

public ZoneManager ( ) : System
리턴 System

프로퍼티 상세

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

public static ZoneManager,Server.Game.Zones Current
리턴 ZoneManager

Zones 공개적으로 프로퍼티

public List Zones
리턴 List