Enfusion Script API
|
Public Member Functions | |
override bool | IsType (string path) |
override bool | TestPostFix (string resource) |
Public Member Functions inherited from TextureType | |
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) |
Additional Inherited Members | |
Static Public Member Functions inherited from TextureType | |
static void | RegisterTypes (array< ref TextureType > container) |
Public Attributes inherited from TextureType | |
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 inherited from TextureType | |
static const string | Conversion = "Conversion" |
static const string | ColorSpace = "ColorSpace" |
static const string | GenerateMips = "GenerateMips" |
static const string | GenerateCubemap = "GenerateCubemap" |
Implements TextureType.
Implements TextureType.