Method RemoveSchema
RemoveSchema(Type, bool)
Remove a given schema from this group.
선언
public bool RemoveSchema(Type type, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The schema type. |
bool | postEvent | Determines if this method call will post an event to the internal addressables event system |
반환
타입 | 설명 |
---|---|
bool | True if the schema was found and removed, false otherwise. |
RemoveSchema<TSchema>(bool)
Remove a given schema from this group.
선언
public bool RemoveSchema<TSchema>(bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
bool | postEvent | Determines if this method call will post an event to the internal addressables event system |
반환
타입 | 설명 |
---|---|
bool | True if the schema was found and removed, false otherwise. |
타입 파라미터
이름 | 설명 |
---|---|
TSchema | The schema type. |