Class CoalSceneNode#
Defined in File CoalSceneNode.h
Inheritance Relationships#
Base Type#
public Karana::Scene::CollisionSceneNode(Class CollisionSceneNode)
Derived Type#
public Karana::Scene::CoalScenePart(Class CoalScenePart)
Class Documentation#
-
class CoalSceneNode : public virtual Karana::Scene::CollisionSceneNode#
CollisionSceneNode implementation for CoalScene.
See Scene layer for more discussion on the scene layer.
Subclassed by Karana::Scene::CoalScenePart
Public Functions
-
CoalSceneNode(std::string_view name, const kc::ks_ptr<Scene> &scene)#
CoalSceneNode constructor.
- Parameters:
name – - The name of the CoalSceneNode.
scene – - The CoalScene to add the node to.
Public Static Functions
-
static kc::ks_ptr<CoalSceneNode> create(std::string_view name, const Karana::Core::ks_ptr<CoalScene> &scene)#
Create a CoalSceneNode.
- Parameters:
name – - The name of the CoalSceneNode.
scene – - The CoalScene to add the node to.
- Returns:
The created CoalSceneNode.
-
CoalSceneNode(std::string_view name, const kc::ks_ptr<Scene> &scene)#