|
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, ResourceName configFile) |
| ResourceName | GetBaseConfig (string platform) |
| void | CopyFrom (TextureType parent) |
| bool | IsType (string path) |
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> |
| void TextureType.TextureType | ( | array< ref TextureType > | container, |
| string | name ) |
| void TextureType.AddBaseConfig | ( | string | platform, |
| ResourceName | configFile ) |
| void TextureType.CopyFrom | ( | TextureType | parent | ) |
| ResourceName TextureType.GetBaseConfig | ( | string | platform | ) |
| void TextureType.Insert | ( | string | name, |
| TypeName | valType, | ||
| int | val, | ||
| array< int > | otherVariants = null ) |
Implemented in FontTextureType.
| 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> |