Method RemoveSchema
RemoveSchema(Type, bool)
Removes the AddressableAssetGroupSchema of the type from the template.
선언
public bool RemoveSchema(Type type, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The type of AddressableAssetGroupSchema to be removed. |
bool | postEvent | If true, the event is propagated to callbacks. |
반환
타입 | 설명 |
---|---|
bool | If true, the type was removed successfully. |