Logo
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyBase::StdResourceServer クラス

#include <ResourceServer.h>

公開メンバ関数

 StdResourceServer ()
 
void Release ()
 
void addTexturePath (System::String ^path)
 
void addShaderPath (System::String ^path)
 
void bringToFront (System::String ^path)
 
array< System::String^> getShaderList ()
 
array< System::String^> getTextureList ()
 

静的公開メンバ関数

static void CheckData (array< unsigned char >^ buffer, bool p)
 
static void CheckData (unsigned char *buffer, u32 size)
 
static int GetDataVersion ()
 
static void SetDataVersion (int version)
 

公開変数類

kmyBase::StdResourceServer * svr
 
kmyIO::FS * fs
 

構築子と解体子

◆ StdResourceServer()

SharpKmyBase::StdResourceServer::StdResourceServer ( )

メソッド詳解

◆ addShaderPath()

void SharpKmyBase::StdResourceServer::addShaderPath ( System::String ^  path)

◆ addTexturePath()

void SharpKmyBase::StdResourceServer::addTexturePath ( System::String ^  path)

◆ bringToFront()

void SharpKmyBase::StdResourceServer::bringToFront ( System::String ^  path)

◆ CheckData() [1/2]

void SharpKmyBase::StdResourceServer::CheckData ( array< unsigned char >^  buffer,
bool  p 
)
static

◆ CheckData() [2/2]

void SharpKmyBase::StdResourceServer::CheckData ( unsigned char *  buffer,
u32  size 
)
static

◆ GetDataVersion()

int SharpKmyBase::StdResourceServer::GetDataVersion ( )
static

◆ getShaderList()

array< System::String^> SharpKmyBase::StdResourceServer::getShaderList ( )

◆ getTextureList()

array< System::String^> SharpKmyBase::StdResourceServer::getTextureList ( )

◆ Release()

void SharpKmyBase::StdResourceServer::Release ( )

◆ SetDataVersion()

void SharpKmyBase::StdResourceServer::SetDataVersion ( int  version)
static

メンバ詳解

◆ fs

kmyIO::FS* SharpKmyBase::StdResourceServer::fs

◆ svr

kmyBase::StdResourceServer* SharpKmyBase::StdResourceServer::svr