Method CreateAt
CreateAt<T>(string)
Create a scriptable object asset
선언
public static T CreateAt<T>(string assetPath) where T : ScriptableObject
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | assetPath |
반환
| 타입 | 설명 |
|---|---|
| T |
타입 파라미터
| 이름 | 설명 |
|---|---|
| T |
CreateAt(Type, string)
Create a scriptable object asset
선언
public static ScriptableObject CreateAt(Type assetType, string assetPath)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Type | assetType | |
| string | assetPath |
반환
| 타입 | 설명 |
|---|---|
| ScriptableObject |