Quantum 3
3.0.14
If implemented by ComponentPrototype, OnEntityPrototypeMaterialized will be invoked after the entire prototype has been materialized, but before Quantum.ISignalOnEntityPrototypeMaterialized. This is useful when a component needs some extra initialization after all the components have been materialized. More...
Inherited by Quantum.Prototypes.PrototypeTest_WithListenerPrototype.
Public Member Functions | |
| void | OnEntityPrototypeMaterialized (Core.FrameBase f, EntityRef entity, EntityPrototypeRef prototypeRef) |
| Invoked after the entire prototype has been materialized, but before Quantum.ISignalOnEntityPrototypeMaterialized. More... | |
If implemented by ComponentPrototype, OnEntityPrototypeMaterialized will be invoked after the entire prototype has been materialized, but before Quantum.ISignalOnEntityPrototypeMaterialized. This is useful when a component needs some extra initialization after all the components have been materialized.
| void Quantum.IEntityPrototypeMaterializedListener.OnEntityPrototypeMaterialized | ( | Core.FrameBase | f, |
| EntityRef | entity, | ||
| EntityPrototypeRef | prototypeRef | ||
| ) |
Invoked after the entire prototype has been materialized, but before Quantum.ISignalOnEntityPrototypeMaterialized.
| f | |
| entity | The materialized entity. |
| prototypeRef | The entity prototype this component prototype belongs to. |