3#include <Core/Scripting/ScriptCoroutine.h>
4#include <Core/World/Declarations.h>
5#include <Foundation/Math/CurveFunctions.h>
11 virtual Result Update(
plTime deltaTimeSinceLastUpdate)
override;
This is the base class for all properties that are members of a class. It provides more information a...
Definition AbstractProperty.h:237
Definition ScriptCoroutine_TweenProperty.h:8
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
Base class of coroutines which are implemented in C++ to allow automatic unpacking of the arguments f...
Definition ScriptCoroutine.h:99
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44
A handle to a component.
Definition Declarations.h:138
A custom enum implementation that allows to define the underlying storage type to control its memory ...
Definition Enum.h:37
Definition ScriptCoroutine.h:51
The time class encapsulates a double value storing the time in seconds.
Definition Time.h:12