GridEmitter3.hpp
Go to the documentation of this file.
32 std::function<void(GridEmitter3*, double, double)>;
std::shared_ptr< GridEmitter3 > GridEmitter3Ptr
Shared pointer type for the GridEmitter3.
Definition: GridEmitter3.hpp:87
void SetIsEnabled(bool enabled)
Sets true/false to enable/disable the emitter.
std::function< void(GridEmitter3 *, double, double)> OnBeginUpdateCallback
Callback function type for update calls.
Definition: GridEmitter3.hpp:32
void SetOnBeginUpdateCallback(const OnBeginUpdateCallback &callback)
Sets the callback function to be called when GridEmitter3::Update function is invoked.
Definition: pybind11Utils.hpp:20
bool GetIsEnabled() const
Returns true if the emitter is enabled.
void Update(double currentTimeInSeconds, double timeIntervalInSeconds)
Abstract base class for 3-D grid-based emitters.
Definition: GridEmitter3.hpp:22
virtual void OnUpdate(double currentTimeInSeconds, double timeIntervalInSeconds)=0
void CallOnBeginUpdateCallback(double currentTimeInSeconds, double timeIntervalInSeconds)