ATTRIBUTE RENAME
Rename attributes with the Unity Version Control CLI.
읽는 시간 1분최근 업데이트: 5달 전
Description
Renames an attribute.Usage
cm attribute | att rename <att_spec> <new_name>
Option / Argument | Description |
|---|---|
| att_spec | Attribute to rename. (Use 'cm help objectspec' to learn more about attribute specs.) |
| new_name | New name for the attribute. |
Help
Remarks
This command renames an attribute.Examples
(Renames the attribute 'status' to 'state'.)cm attribute rename att:status state