Quantum 3 3.0.14

Public Member Functions | List of all members
Quantum.IEntityPrototypeMaterializedListener Interface Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ OnEntityPrototypeMaterialized()

void Quantum.IEntityPrototypeMaterializedListener.OnEntityPrototypeMaterialized ( Core.FrameBase  f,
EntityRef  entity,
EntityPrototypeRef  prototypeRef 
)

Invoked after the entire prototype has been materialized, but before Quantum.ISignalOnEntityPrototypeMaterialized.

Parameters
f
entityThe materialized entity.
prototypeRefThe entity prototype this component prototype belongs to.