Enfusion Script API
|
Public Member Functions | |
void | TextureType (array< ref TextureType > container, string name) |
void | Insert (string name, TypeName valType, int val, array< int > otherVariants=null) |
void | AddBaseConfig (string platform, string configFile) |
string | GetBaseConfig (string platform) |
void | CopyFrom (TextureType parent) |
bool | IsType (string path) |
bool | TestPostFix (string resource) |
Static Public Member Functions | |
static void | RegisterTypes (array< ref TextureType > container) |
Public Attributes | |
string | m_PostFix |
ref array< ref TextureTypeProperty > | m_Properties = new array<ref TextureTypeProperty> |
ref array< ref PlatformConfig > | m_PlatformConfigs = new array<ref PlatformConfig> |
Static Public Attributes | |
static const string | Conversion = "Conversion" |
static const string | ColorSpace = "ColorSpace" |
static const string | GenerateMips = "GenerateMips" |
static const string | GenerateCubemap = "GenerateCubemap" |
void TextureType.TextureType | ( | array< ref TextureType > | container, |
string | name | ||
) |
void TextureType.CopyFrom | ( | TextureType | parent | ) |
void TextureType.Insert | ( | string | name, |
TypeName | valType, | ||
int | val, | ||
array< int > | otherVariants = null |
||
) |
Implemented in FontTextureType.
|
static |
Implemented in FontTextureType.
|
static |
|
static |
|
static |
|
static |
ref array<ref PlatformConfig> TextureType.m_PlatformConfigs = new array<ref PlatformConfig> |
string TextureType.m_PostFix |
ref array<ref TextureTypeProperty> TextureType.m_Properties = new array<ref TextureTypeProperty> |