Свойство | Тип | Описание | |
---|---|---|---|
GatherAssetTypes | System.Type[] |
Метод | Описание | |
---|---|---|
Asset ( string assetPath ) : System |
Creates asset's instance
|
|
Build ( BuildContext buildContext ) : void |
Performs asset build. This method can add new assets to asset collection while building.
|
Метод | Описание | |
---|---|---|
GatherAssetTypes ( ) : System.Type[] |
|
public Asset ( string assetPath ) : System | ||
assetPath | string | |
Результат | System |
public abstract Build ( BuildContext buildContext ) : void | ||
buildContext | BuildContext | |
Результат | void |