Method Create
Create(string, string, params Type[])
Creates a template with the specified name, description and schema types.
선언
public static AddressableAssetGroupSchemaTemplate Create(string name, string descr, params Type[] types)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | name | The name of the template. |
string | descr | The template description. |
Type[] | types | The schema types for the template. |
반환
타입 | 설명 |
---|---|
AddressableAssetGroupSchemaTemplate | The newly created schema template. |