3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIAnim.h"
19 ::ll::TypedStorage<4, 4, float> mFromAlpha;
20 ::ll::TypedStorage<4, 4, float> mToAlpha;
21 ::ll::TypedStorage<4, 4, float> mAlphaValueToScale;
31 virtual ::std::shared_ptr<::UIAnim> clone() ;
33 virtual bool tick(::UIControl& ownerControl,
float const deltaTime) ;
35 virtual void _reset(::UIControl& ownerControl) ;
37 virtual ~UIAnimAlpha() =
default;
43 MCAPI UIAnimAlpha(::UIAnimationComponent& animComponent, ::UIResolvedDef
const& def);
49 MCAPI
void* $ctor(::UIAnimationComponent& animComponent, ::UIResolvedDef
const& def);
55 MCAPI ::std::shared_ptr<::UIAnim> $clone();
57 MCAPI
bool $tick(::UIControl& ownerControl,
float const deltaTime);
59 MCAPI
void $_reset(::UIControl& ownerControl);
Definition UIAnimAlpha.h:5
static MCAPI void ** $vftable()
Definition UIAnimationComponent.h:5
Definition UIResolvedDef.h:5