C# Class IsoAssetsManager, isoAbbeyTFG

ファイルを表示 Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Methods

Method Description
CreateAssetInCurrentPathOf ( string name ) : ScriptableObject
CreateAssetOf ( string name, string ruta ) : ScriptableObject

Method Details

CreateAssetInCurrentPathOf() public static method

public static CreateAssetInCurrentPathOf ( string name ) : ScriptableObject
name string
return UnityEngine.ScriptableObject

CreateAssetOf() public static method

public static CreateAssetOf ( string name, string ruta ) : ScriptableObject
name string
ruta string
return UnityEngine.ScriptableObject