Enfusion Script API
|
Additional Inherited Members | |
Public Member Functions inherited from GenericComponentClass | |
void | GenericComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource) |
Static Public Member Functions inherited from ScriptComponentClass | |
static bool | DependsOn (string className) |
Implement this if you need to enforce certain creation order of components. | |
static array< TypeName > | Requires (IEntityComponentSource src) |
Implement this if you need to enforce some other component type. | |
static array< TypeName > | CannotCombine (IEntityComponentSource src) |
Implement this if you need to disallow to concurrent usage with the other type. | |