![]() |
Murl Engine API
Version 2018.3
|
The IStepable interface implementation. More...
#include <murl_logic_stepable.h>
The IStepable interface implementation.
Public Member Functions | |
virtual | ~Stepable () |
The destructor. | |
virtual Bool | SetAppStepable (IAppStepablePtr appStepable) |
Implementation of IStepable::SetAppStepable() method. More... | |
virtual void | SetEnabled (Bool isEnabled) |
Implementation of IStepable::SetEnabled() method. More... | |
virtual Bool | IsEnabled () const |
Implementation of IStepable::IsEnabled() method. More... | |
virtual void | Reset () |
Implementation of IStepable::Reset() method. | |
virtual void | ProcessTick (const Logic::IState *state) |
Implementation of IStepable::ProcessTick() method. More... | |
virtual void | FinishTick (const Logic::IState *state) |
Implementation of IStepable::FinishTick() method. More... | |
Static Public Member Functions | |
static IStepablePtr | Create () |
Create a stepable object. More... | |
|
static |
Create a stepable object.
|
virtual |
Implementation of IStepable::SetAppStepable() method.
appStepable | The stepable callback object. |
Implements Murl::Logic::IStepable.
|
virtual |
Implementation of IStepable::SetEnabled() method.
isEnabled | true for enable, false for disable. |
Implements Murl::Logic::IStepable.
|
virtual |
Implementation of IStepable::IsEnabled() method.
Implements Murl::Logic::IStepable.
|
virtual |
Implementation of IStepable::ProcessTick() method.
state | The IState object. |
Implements Murl::Logic::IStepable.
Reimplemented in Murl::Logic::Timeline, and Murl::Logic::Timeframe.
|
virtual |
Implementation of IStepable::FinishTick() method.
state | The IState object. |
Implements Murl::Logic::IStepable.