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) ;
41 MCAPI UIAnimAlpha(::UIAnimationComponent& animComponent, ::UIResolvedDef
const& def);
47 MCAPI
void* $ctor(::UIAnimationComponent& animComponent, ::UIResolvedDef
const& def);
53 MCAPI ::std::shared_ptr<::UIAnim> $clone();
55 MCAPI
bool $tick(::UIControl& ownerControl,
float const deltaTime);
57 MCAPI
void $_reset(::UIControl& ownerControl);
Definition UIAnimAlpha.h:5
static MCAPI void ** $vftable()
Definition UIAnimationComponent.h:5
Definition UIResolvedDef.h:5