World.CreateArchetype Method

TinyEcs

WorldCreateArchetype Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCreateArchetype(Type)
Create a new archetype.
Public methodCreateArchetype(Archetype)
Create a new archetype by combining archetypes.
Public methodCreateArchetype(Archetype, Type)
Derive a new archetype from an existing archetype.
Public methodCreateArchetype(Archetype, Type)
Derive a new archetype from multiple archetypes.
Top
See Also