Skip to main content

SpawnBuilder Class

Builder for configuring spawn-related components. More...

Declaration

class helios::engine::builder::gameObject::builders::SpawnBuilder { ... }

Public Constructors Index

SpawnBuilder (helios::engine::ecs::GameObject gameObject)

Constructs a SpawnBuilder for the given GameObject. More...

Public Member Functions Index

helios::engine::builder::gameObject::builders::configs::SpawnConfigspawn ()

Returns a config for spawn profile setup. More...

Private Member Attributes Index

helios::engine::ecs::GameObjectgameObject_

Non-owning pointer to the target GameObject. More...

Description

Builder for configuring spawn-related components.

Provides factory methods for integrating GameObjects with the spawn system and spawn profiles.

Definition at line 20 of file SpawnBuilder.ixx.

Public Constructors

SpawnBuilder()

helios::engine::builder::gameObject::builders::SpawnBuilder::SpawnBuilder (helios::engine::ecs::GameObject gameObject)
inline explicit

Constructs a SpawnBuilder for the given GameObject.

Parameters
<a href="/docs/helios/namespaces/helios/engine/builder/gameobject">gameObject</a>

Target GameObject to configure.

Definition at line 34 of file SpawnBuilder.ixx.

Public Member Functions

spawn()

helios::engine::builder::gameObject::builders::configs::SpawnConfig helios::engine::builder::gameObject::builders::SpawnBuilder::spawn ()
inline

Returns a config for spawn profile setup.

Returns

SpawnConfig for fluent configuration.

Definition at line 41 of file SpawnBuilder.ixx.

Private Member Attributes

gameObject_

helios::engine::ecs::GameObject helios::engine::builder::gameObject::builders::SpawnBuilder::gameObject_

Non-owning pointer to the target GameObject.

Definition at line 25 of file SpawnBuilder.ixx.


The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.