Nymph Game Engine
Chaiscript based Game Engine
|
Class for set uniform event. More...
#include <set_uniform_event.h>
Public Member Functions | |
SetUniformEvent ()=delete | |
SetUniformEvent (const Uniform &uniform) | |
Constructor for setUniformEvent. More... | |
Uniform | getUniform () const noexcept |
Gets the uniform. More... | |
Public Member Functions inherited from Events::Event | |
Event (const EventType &type) | |
Event constructor. More... | |
EventType | getEventType () const |
Gets the event type. More... | |
Static Public Member Functions | |
static std::shared_ptr < SetUniformEvent > | create (const Uniform &uniform) |
Factory function for SetUniformEvent. More... | |
Class for set uniform event.
|
delete |
|
inline |
Constructor for setUniformEvent.
[in] | uniform | The uniform |
|
inlinestatic |
Factory function for SetUniformEvent.
[in] | uniform | The uniform |
Referenced by generated::getSetUniformEventModule(), Graphics::TileAnimator< StateType >::onStart(), and Graphics::TileAnimator< StateType >::onUpdate().
|
inlinenoexcept |