C# 클래스 Asgard.ScriptSystem.Javascript.Modules.EntityModule

파일 보기 프로젝트 열기: enBask/Asgard

공개 메소드들

메소드 설명
AspectAll ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
AspectExclude ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
AspectOne ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
EntityModule ( AsgardBase server ) : System
FindEntity ( uint id ) : Entity
GetEntities ( Artemis.Aspect aspect ) : List
getComponentType ( string type ) : Artemis.ComponentType

비공개 메소드들

메소드 설명
ConvertTypeList ( string type1, string type2, string type3, string type4 ) : System.Type[]
getTypeByName ( string className ) : Type

메소드 상세

AspectAll() 공개 메소드

public AspectAll ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
type1 string
type2 string
type3 string
type4 string
리턴 Artemis.Aspect

AspectExclude() 공개 메소드

public AspectExclude ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
type1 string
type2 string
type3 string
type4 string
리턴 Artemis.Aspect

AspectOne() 공개 메소드

public AspectOne ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect
type1 string
type2 string
type3 string
type4 string
리턴 Artemis.Aspect

EntityModule() 공개 메소드

public EntityModule ( AsgardBase server ) : System
server AsgardBase
리턴 System

FindEntity() 공개 메소드

public FindEntity ( uint id ) : Entity
id uint
리턴 Entity

GetEntities() 공개 메소드

public GetEntities ( Artemis.Aspect aspect ) : List
aspect Artemis.Aspect
리턴 List

getComponentType() 공개 메소드

public getComponentType ( string type ) : Artemis.ComponentType
type string
리턴 Artemis.ComponentType