메소드 | 설명 | |
---|---|---|
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 ) : |
public AspectAll ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect | ||
type1 | string | |
type2 | string | |
type3 | string | |
type4 | string | |
리턴 | Artemis.Aspect |
public AspectExclude ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect | ||
type1 | string | |
type2 | string | |
type3 | string | |
type4 | string | |
리턴 | Artemis.Aspect |
public AspectOne ( string type1, string type2, string type3, string type4 ) : Artemis.Aspect | ||
type1 | string | |
type2 | string | |
type3 | string | |
type4 | string | |
리턴 | Artemis.Aspect |
public EntityModule ( AsgardBase server ) : System | ||
server | AsgardBase | |
리턴 | System |
public GetEntities ( Artemis.Aspect aspect ) : List |
||
aspect | Artemis.Aspect | |
리턴 | List |
public getComponentType ( string type ) : Artemis.ComponentType | ||
type | string | |
리턴 | Artemis.ComponentType |