Logo
Static Public Member Functions | List of all members
SharpKmyBase::Asset Class Reference

#include <Asset.h>

Static Public Member Functions

static void resetInternalFormatUncreatableSection ()
 
static void beginInternalFormatUncreatableSection ()
 
static void endInternalFormatUncreatableSection (bool flushPCTarget)
 
static bool isInternalFormatCreatable ()
 
static void createAllAssetsInternalFormat (System::Action< System::String^>^ callback, SharpKmyPlatform::Target target)
 
static int getCountRequiredInternalFormatCreate (SharpKmyPlatform::Target target)
 
static void beginForceRawAssetFileSection ()
 
static void endForceRawAssetFileSection ()
 
static void removeInternalFormatAssetFiles ()
 
static bool isInternalFormatFileCreateRequired (SharpKmyGfx::Texture^ tex, SharpKmyPlatform::Target target)
 
static bool isInternalFormatFileCreateRequired (SharpKmyGfx::ModelData^ mdl, SharpKmyPlatform::Target target)
 
static void createInternalFormatFile (SharpKmyGfx::Texture^ tex, SharpKmyPlatform::Target target)
 
static void createInternalFormatFile (SharpKmyGfx::ModelData^ mdl, SharpKmyPlatform::Target target)
 
static array< SharpKmyGfx::Texture^> findTexturesBoundAsNormal ()
 

Member Function Documentation

◆ beginForceRawAssetFileSection()

void SharpKmyBase::Asset::beginForceRawAssetFileSection ( )
static

◆ beginInternalFormatUncreatableSection()

void SharpKmyBase::Asset::beginInternalFormatUncreatableSection ( )
static

◆ createAllAssetsInternalFormat()

void SharpKmyBase::Asset::createAllAssetsInternalFormat ( System::Action< System::String^>^  callback,
SharpKmyPlatform::Target  target 
)
static

◆ createInternalFormatFile() [1/2]

void SharpKmyBase::Asset::createInternalFormatFile ( SharpKmyGfx::ModelData mdl,
SharpKmyPlatform::Target  target 
)
static

◆ createInternalFormatFile() [2/2]

void SharpKmyBase::Asset::createInternalFormatFile ( SharpKmyGfx::Texture tex,
SharpKmyPlatform::Target  target 
)
static

◆ endForceRawAssetFileSection()

void SharpKmyBase::Asset::endForceRawAssetFileSection ( )
static

◆ endInternalFormatUncreatableSection()

void SharpKmyBase::Asset::endInternalFormatUncreatableSection ( bool  flushPCTarget)
static

◆ findTexturesBoundAsNormal()

array< SharpKmyGfx::Texture^> SharpKmyBase::Asset::findTexturesBoundAsNormal ( )
static

◆ getCountRequiredInternalFormatCreate()

int SharpKmyBase::Asset::getCountRequiredInternalFormatCreate ( SharpKmyPlatform::Target  target)
static

◆ isInternalFormatCreatable()

bool SharpKmyBase::Asset::isInternalFormatCreatable ( )
static

◆ isInternalFormatFileCreateRequired() [1/2]

bool SharpKmyBase::Asset::isInternalFormatFileCreateRequired ( SharpKmyGfx::ModelData mdl,
SharpKmyPlatform::Target  target 
)
static

◆ isInternalFormatFileCreateRequired() [2/2]

bool SharpKmyBase::Asset::isInternalFormatFileCreateRequired ( SharpKmyGfx::Texture tex,
SharpKmyPlatform::Target  target 
)
static

◆ removeInternalFormatAssetFiles()

void SharpKmyBase::Asset::removeInternalFormatAssetFiles ( )
static

◆ resetInternalFormatUncreatableSection()

void SharpKmyBase::Asset::resetInternalFormatUncreatableSection ( )
static