Method AddSchema
AddSchema(Type, bool)
Adds the AddressableAssetGroupSchema of type to the template.
선언
public bool AddSchema(Type type, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The Type for the AddressableAssetGroupSchema to add to this template. |
bool | postEvent | If true, the event is propagated to callbacks. |
반환
타입 | 설명 |
---|---|
bool | If true, the type was added successfully. |