Method UnregisterCustomAssetGroupCommand
UnregisterCustomAssetGroupCommand(string)
Removes a registered custom group command.
선언
public static bool UnregisterCustomAssetGroupCommand(string cmdId)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | cmdId | The command id. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if the command was removed. |