 | EntityManagerCreateEntity Method |
Creates a new entity.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int CreateEntity()
Public Function CreateEntity As Integer
public:
int CreateEntity()
member CreateEntity : unit -> int
Return Value
Type:
Int32 Unique id of the new entity.
See Also