LeviLamina
Loading...
Searching...
No Matches
UIAnim Class Reference
Inheritance diagram for UIAnim:

Public Types

enum class  State : int
enum class  State : int

Public Member Functions

UIAnimoperator= (UIAnim const &)
virtual ::std::shared_ptr<::UIAnim > clone ()
virtual char const * getInitialValueKey () const
virtual bool tick (::UIControl &ownerControl, float const deltaTime)
virtual void updateProperties (::UIAnimationComponent &animComponent)
virtual void onResourcesLoaded (::UIAnimationComponent &animComponent)
virtual void _reset (::UIControl &ownerControl)
virtual void _play ()
MCAPI UIAnim (::UIAnim const &)
MCAPI UIAnim (::ui::AnimationType animType, ::UIResolvedDef const &def)
MCAPI bool _hasEndEventId (uint id, ::std::set< void const * > &otherAnimations) const
MCAPI bool _hasPlayEventId (uint playEventId, ::std::set< void const * > &otherAnimations) const
MCAPI void destroy ()
MCAPI void setNextAnim (::std::shared_ptr<::UIAnim > next)
MCAPI void * $ctor (::UIAnim const &)
MCAPI void * $ctor (::ui::AnimationType animType, ::UIResolvedDef const &def)
MCAPI void $dtor ()
MCAPI ::std::shared_ptr<::UIAnim > $clone ()
MCAPI char const * $getInitialValueKey () const
MCAPI bool $tick (::UIControl &ownerControl, float const deltaTime)
MCAPI void $updateProperties (::UIAnimationComponent &animComponent)
MCAPI void $onResourcesLoaded (::UIAnimationComponent &animComponent)
MCAPI void $_reset (::UIControl &ownerControl)
MCAPI void $_play ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 1, 1, ::ui::AnimationType > mAnimType
::ll::TypedStorage< 4, 4, float > mTime
::ll::TypedStorage< 8, 8, float(*)(float, float, float)> mEase
::ll::TypedStorage< 4, 4, ::UIAnim::State > mState
::ll::TypedStorage< 4, 4, uint > mAnimEndEventId
::ll::TypedStorage< 4, 4, uint > mPlayEventId
::ll::TypedStorage< 4, 4, uint > mResetEventId
::ll::TypedStorage< 4, 4, float > mDuration
::ll::TypedStorage< 8, 32, ::std::string > mName
::ll::TypedStorage< 8, 32, ::std::string > mNext
::ll::TypedStorage< 8, 32, ::std::string > mDestroyControlAtEnd
::ll::TypedStorage< 1, 1, bool > mResettable
::ll::TypedStorage< 1, 1, bool > mWaitUntilRenderedToPlay
::ll::TypedStorage< 1, 1, bool > mRendered
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::UIAnim > > mNextAnim

Member Function Documentation

◆ $vftable()

MCAPI void ** UIAnim::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following files:
  • src-server/mc/client/gui/controls/UIAnim.h
  • src-client/mc/client/gui/controls/UIAnim.h