Castor3D
..
|
Initialiser event. More...
Public Member Functions | |
InitialiseEvent (T &p_object) | |
Constructor. More... | |
~InitialiseEvent () | |
Destructor. More... | |
virtual bool | Apply () |
Applies the event. More... | |
Public Member Functions inherited from Castor3D::FrameEvent | |
C3D_API | FrameEvent (eEVENT_TYPE p_type) |
Constructor. More... | |
C3D_API | FrameEvent (FrameEvent const &p_object) |
Copy constructor. More... | |
C3D_API | FrameEvent (FrameEvent &&p_object) |
Move constructor. More... | |
C3D_API FrameEvent & | operator= (FrameEvent const &p_object) |
Copy assignment operator. More... | |
C3D_API FrameEvent & | operator= (FrameEvent &&p_object) |
Move assignment operator. More... | |
virtual C3D_API | ~FrameEvent () |
Destructor. More... | |
eEVENT_TYPE | GetType () |
Retrieves the event type. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Castor3D::FrameEvent | |
eEVENT_TYPE | m_type |
The event type. More... | |
Initialiser event.
|
inline |
Constructor.
[in] | p_object | The object to initialise |
|
inline |
Destructor.
|
inlinevirtual |
Applies the event.
true
if the event was applied successfully Implements Castor3D::FrameEvent.