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