Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::SceneComponent Class Reference

#include <SceneComponent.h>

+ Inheritance diagram for Divide::SceneComponent:

Public Member Functions

 SceneComponent (Scene &parentScene) noexcept
 
SceneparentScene () noexcept
 
const SceneparentScene () const noexcept
 

Protected Attributes

Scene_parentScene
 

Detailed Description

Definition at line 39 of file SceneComponent.h.

Constructor & Destructor Documentation

◆ SceneComponent()

Divide::SceneComponent::SceneComponent ( Scene parentScene)
inlineexplicitnoexcept

Definition at line 41 of file SceneComponent.h.

Member Function Documentation

◆ parentScene() [1/2]

const Scene & Divide::SceneComponent::parentScene ( ) const
inlinenoexcept

Definition at line 50 of file SceneComponent.h.

◆ parentScene() [2/2]

Scene & Divide::SceneComponent::parentScene ( )
inlinenoexcept

Definition at line 46 of file SceneComponent.h.

Member Data Documentation

◆ _parentScene

Scene& Divide::SceneComponent::_parentScene
protected

Definition at line 55 of file SceneComponent.h.


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