Prototype of the NavMeshAvoidanceAgent Quantum component.
More...
Inherits Quantum.ComponentPrototype< Quantum.NavMeshAvoidanceAgent >.
Prototype of the NavMeshAvoidanceAgent Quantum component.
◆ AddToEntity()
| sealed override bool Quantum.Prototypes.NavMeshAvoidanceAgentPrototype.AddToEntity |
( |
FrameBase |
f, |
|
|
EntityRef |
entity, |
|
|
in PrototypeMaterializationContext |
context |
|
) |
| |
|
inline |
Creates an instance of the NavMeshAvoidanceAgent component, materializes and adds it to the entity.
- Parameters
-
- Returns
- Returns
true if adding the component to the entity succeeds.
◆ Materialize()
Applies the prototype's fields to the actual component.