C# 클래스 Server.Game.Components.Systems.ZoneSystem

상속: GameSystem
파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 프로퍼티들

프로퍼티 타입 설명
ClientSides List
NetStates List
Zoneds List

공개 메소드들

메소드 설명
OnGameObjectAdded ( GameObject gameObject ) : void
OnGameObjectRemoved ( GameObject gameObject ) : void
ZoneSystem ( ) : System

비공개 메소드들

메소드 설명
GetById ( ulong id ) : GameObject

메소드 상세

OnGameObjectAdded() 공개 메소드

public OnGameObjectAdded ( GameObject gameObject ) : void
gameObject GameObject
리턴 void

OnGameObjectRemoved() 공개 메소드

public OnGameObjectRemoved ( GameObject gameObject ) : void
gameObject GameObject
리턴 void

ZoneSystem() 공개 메소드

public ZoneSystem ( ) : System
리턴 System

프로퍼티 상세

ClientSides 공개적으로 프로퍼티

public List ClientSides
리턴 List

NetStates 공개적으로 프로퍼티

public List NetStates
리턴 List

Zoneds 공개적으로 프로퍼티

public List Zoneds
리턴 List