Logo
全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 プロパティ イベント
公開メンバ関数 | 全メンバ一覧
SharpKmyGfx::EmoteInstance クラス

#include <Emote.h>

公開メンバ関数

 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 ()
 

構築子と解体子

◆ EmoteInstance()

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

◆ ~EmoteInstance()

SharpKmyGfx::EmoteInstance::~EmoteInstance ( )

メソッド詳解

◆ 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)