Method RemoveSchemaTemplate
RemoveSchemaTemplate(int, bool)
Remove the schema at the specified index.
선언
[Obsolete("GroupSchemaTemplates are deprecated, use GroupTemplateObjects")]
public bool RemoveSchemaTemplate(int index, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | The index to remove at. |
bool | postEvent | Indicates if an even should be posted to the Addressables event system for this change. |
반환
타입 | 설명 |
---|---|
bool | True if the schema was removed. |