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

#include <Emote.h>

Inheritance diagram for SharpKmyGfx::EmoteTexture:

Public Member Functions

 EmoteTexture (System::String^ path, GameView^ gv, int width, int height)
 
 ~EmoteTexture ()
 
InternalCommandList createCommand () override
 

Public Attributes

EmoteInstance emo = nullptr
 
RenderTexture rt = nullptr
 

Constructor & Destructor Documentation

◆ EmoteTexture()

SharpKmyGfx::EmoteTexture::EmoteTexture ( System::String^  path,
GameView gv,
int  width,
int  height 
)

◆ ~EmoteTexture()

SharpKmyGfx::EmoteTexture::~EmoteTexture ( )

Member Function Documentation

◆ createCommand()

InternalCommandList SharpKmyGfx::EmoteTexture::createCommand ( )
override

Member Data Documentation

◆ emo

EmoteInstance SharpKmyGfx::EmoteTexture::emo = nullptr

◆ rt

RenderTexture SharpKmyGfx::EmoteTexture::rt = nullptr