Class SceneVars#
Defined in File Scene.h
Inheritance Relationships#
Base Type#
public Karana::Core::BaseVars(Class BaseVars)
Derived Type#
public Karana::Scene::ProxySceneVars(Class ProxySceneVars)
Class Documentation#
-
class SceneVars : public Karana::Core::BaseVars#
The Vars for the Scene class.
Subclassed by Karana::Scene::ProxySceneVars
Public Functions
-
SceneVars(const kc::ks_ptr<Scene> &scene)#
SceneVars constructor. The constructor is not meant to be called directly. Please use the create(…) method instead to create an instance.
-
~SceneVars()#
Destructor.
-
virtual kc::NestedVars getAllVars() const override#
Get all the Vars that this VarHolder has.
- Returns:
A map of Vars, where the Var name is the key and the Var is the value.
-
SceneVars(const kc::ks_ptr<Scene> &scene)#