TransformBuilder Class
Builder for configuring spatial transform components. More...
Declaration
Public Constructors Index
| TransformBuilder (helios::engine::ecs::GameObject gameObject) | |
|
Constructs a TransformBuilder for the given GameObject. More... | |
Public Member Functions Index
| helios::engine::builder::gameObject::builders::configs::TransformConfig | transform () const |
|
Returns a config for transform setup. More... | |
Private Member Attributes Index
| helios::engine::ecs::GameObject | gameObject_ |
|
Non-owning pointer to the target GameObject. More... | |
Description
Builder for configuring spatial transform components.
Provides factory methods for setting up translation, rotation, and scale on a GameObject.
Definition at line 20 of file TransformBuilder.ixx.
Public Constructors
TransformBuilder()
| inline explicit |
Constructs a TransformBuilder 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 TransformBuilder.ixx.
Public Member Functions
transform()
| inline |
Returns a config for transform setup.
- Returns
TransformConfig for fluent configuration.
Definition at line 41 of file TransformBuilder.ixx.
Private Member Attributes
gameObject_
|
Non-owning pointer to the target GameObject.
Definition at line 25 of file TransformBuilder.ixx.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.