Open 3D Engine ScriptedEntityTweener Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
This is the complete list of members for ScriptedEntityTweener::ScriptedEntityTweenerRequests, including all inherited members.
AddressPolicy (defined in ScriptedEntityTweener::ScriptedEntityTweenerRequests) | ScriptedEntityTweener::ScriptedEntityTweenerRequests | static |
AnimateEntity(const AZ::EntityId &entityId, const AnimationParameters ¶ms)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
AnimateEntityScript(const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName, const AZStd::any ¶mTarget)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
GetVirtualPropertyValue(const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
HandlerPolicy (defined in ScriptedEntityTweener::ScriptedEntityTweenerRequests) | ScriptedEntityTweener::ScriptedEntityTweenerRequests | static |
Pause(int timelineId, const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
Reset()=0 (defined in ScriptedEntityTweener::ScriptedEntityTweenerRequests) | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
Resume(int timelineId, const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
SetInitialValue(const AZ::Uuid &animationId, const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName, const AZStd::any &initialValue)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
SetOptionalParams(float timeIntoAnimation, float duration, int easingMethod, int easingType, float delayTime, int timesToPlay, bool isFrom, bool isPlayingBackward, const AZ::Uuid &animationId, int timelineId, int onCompleteCallbackId, int onUpdateCallbackId, int onLoopCallbackId)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
SetPlayDirectionReversed(int timelineId, const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName, bool isPlayingBackward)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
SetSpeed(int timelineId, const AZ::EntityId &entityId, const AZStd::string &componentName, const AZStd::string &virtualPropertyName, float speed)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
Stop(int timelineId, const AZ::EntityId &entityId)=0 | ScriptedEntityTweener::ScriptedEntityTweenerRequests | pure virtual |
~ScriptedEntityTweenerRequests()=default (defined in ScriptedEntityTweener::ScriptedEntityTweenerRequests) | ScriptedEntityTweener::ScriptedEntityTweenerRequests | virtual |