An asset that represents a prototype for an entity. Prototypes are a convenient way to define a set of components that can be instantiated at runtime using FrameBase.Create(Quantum.AssetRef<Quantum.EntityPrototype>) or FrameBase.Create(Quantum.EntityPrototype) methods.
More...
An asset that represents a prototype for an entity. Prototypes are a convenient way to define a set of components that can be instantiated at runtime using FrameBase.Create(Quantum.AssetRef<Quantum.EntityPrototype>) or FrameBase.Create(Quantum.EntityPrototype) methods.
◆ Loaded()
Ensures contents of Container are sorted upon loading.
- Parameters
-
resourceManager | |
allocator | |
◆ Container
ComponentPrototypeSet Quantum.EntityPrototype.Container |
Container for the components.