Logo
Public Member Functions | List of all members
SharpKmyGfx::EmoteInstance Class Reference

#include <Emote.h>

Public Member Functions

 EmoteInstance (System::String^ path)
 
 ~EmoteInstance ()
 
void draw (u32 framebufferWidth, u32 framebufferHeight)
 
void drawToSpriteBatch (SpriteBatch^ sb, int zorder)
 
void progress (int frames)
 
void setCoord (float x, float y)
 
void setColor (u32 rgba)
 
void setScale (float s)
 
void playTimeLine (System::String^ label)
 
array< System::String^> getMainTimeLineLabels ()
 

Constructor & Destructor Documentation

◆ EmoteInstance()

SharpKmyGfx::EmoteInstance::EmoteInstance ( System::String^  path)

◆ ~EmoteInstance()

SharpKmyGfx::EmoteInstance::~EmoteInstance ( )

Member Function Documentation

◆ draw()

void SharpKmyGfx::EmoteInstance::draw ( u32  framebufferWidth,
u32  framebufferHeight 
)

◆ drawToSpriteBatch()

void SharpKmyGfx::EmoteInstance::drawToSpriteBatch ( SpriteBatch sb,
int  zorder 
)

◆ getMainTimeLineLabels()

array< System::String^> SharpKmyGfx::EmoteInstance::getMainTimeLineLabels ( )

◆ playTimeLine()

void SharpKmyGfx::EmoteInstance::playTimeLine ( System::String^  label)

◆ progress()

void SharpKmyGfx::EmoteInstance::progress ( int  frames)

◆ setColor()

void SharpKmyGfx::EmoteInstance::setColor ( u32  rgba)

◆ setCoord()

void SharpKmyGfx::EmoteInstance::setCoord ( float  x,
float  y 
)

◆ setScale()

void SharpKmyGfx::EmoteInstance::setScale ( float  s)