Method | Description | |
---|---|---|
CreateCustomAssetFromXml ( string path ) : void | ||
CreateMyCustomAssetFromText ( |
||
GetCustomAssetPathFromXml ( string xmlPath ) : string | ||
ReloadMyCustomAssetFromText ( MyCustomAsset, a ) : bool |
Method | Description | |
---|---|---|
_IsTextNode ( XmlNode node ) : bool | ||
_NameEqual ( string nameToMatch ) : System.Predicate |
||
_ObjectEqual ( MyCustomAssetInnerClass rhs ) : System.Predicate |
||
_ParseColor ( string col ) : Color |
public static CreateCustomAssetFromXml ( string path ) : void | ||
path | string | |
return | void |
public static CreateMyCustomAssetFromText ( |
||
ta | ||
return | MyCustomAsset, |
public static GetCustomAssetPathFromXml ( string xmlPath ) : string | ||
xmlPath | string | |
return | string |
public static ReloadMyCustomAssetFromText ( MyCustomAsset, a ) : bool | ||
a | MyCustomAsset, | |
return | bool |