Quantum 3 3.0.13

Public Member Functions | Public Attributes | List of all members
Quantum.Prototypes.PhysicsCallbacks3DPrototype Class Reference

Prototype of the PhysicsCallbacks3D Quantum component. More...

Inherits Quantum.ComponentPrototype< Quantum.PhysicsCallbacks3D >.

Public Member Functions

sealed override bool AddToEntity (FrameBase f, EntityRef entity, in PrototypeMaterializationContext context)
 Creates an instance of the PhysicsCallbacks3D component, adds it to the entity and fills it with the prototype data. More...
 

Public Attributes

QEnum32< CallbackFlagsCallbackFlags
 The physics callbacks flags. More...
 

Detailed Description

Prototype of the PhysicsCallbacks3D Quantum component.

Member Function Documentation

◆ AddToEntity()

sealed override bool Quantum.Prototypes.PhysicsCallbacks3DPrototype.AddToEntity ( FrameBase  f,
EntityRef  entity,
in PrototypeMaterializationContext  context 
)
inline

Creates an instance of the PhysicsCallbacks3D component, adds it to the entity and fills it with the prototype data.

Parameters
f
entity
context
Returns
Returns true if adding the component to the entity succeeds.

Member Data Documentation

◆ CallbackFlags

QEnum32<CallbackFlags> Quantum.Prototypes.PhysicsCallbacks3DPrototype.CallbackFlags

The physics callbacks flags.