Renames an object.
(Required *)
Graphical User Interface, Command-Line Interface.
Name | Type | Description |
---|---|---|
object * | The ID (GUID) or path of the object to rename. | |
value * | string | The new name of the object. |
description : The ID (GUID) or path of the object to rename.
Possibilities, one of the following :
1) type : string
pattern : ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
2) type : string
pattern : ^\
type : string
description : The new name of the object.
Renames the object specified by "object" to "value".
{ "object": "{24979032-B170-43E3-A2E4-469E0193E2C3}", "value": "new name" }
{}
{ "type": "object", "properties": { "object": { "description": "The ID (GUID) or path of the object to rename.", "anyOf": [ { "type": "string", "pattern": *Must be a valid GUID* }, { "type": "string", "pattern": "^\\\\" } ] }, "value": { "type": "string", "description": "The new name of the object." } }, "required": [ "object", "value" ], "additionalProperties": false }
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": {}, "additionalProperties": false }
Document version : 1
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요