Method CreateAt
CreateAt<T>(string)
Create a scriptable object asset
Declaration
public static T CreateAt<T>(string assetPath) where T : ScriptableObject
Parameters
Type | Name | Description |
---|---|---|
string | assetPath |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
CreateAt(Type, string)
Create a scriptable object asset
Declaration
public static ScriptableObject CreateAt(Type assetType, string assetPath)
Parameters
Type | Name | Description |
---|---|---|
Type | assetType | |
string | assetPath |
Returns
Type | Description |
---|---|
ScriptableObject |