UpdateKey
Overloads
| Name | Description |
|---|---|
| UpdateKey(int entityId, int index, string category, string oldKey, string newKey) | 지정된 개체의 속성 키값을 변경 |
| UpdateKey(string category, string oldKey, string newKey) | 선택된 개체의 속성 키값을 변경 |
UpdateKey(int entityId, int index, string category, string oldKey, string newKey)
public void UpdateKey(int entityId, int index, string category, string oldKey, string newKey)
지정된 개체의 속성 키값을 변경
Parameters
| Name | Type | Description |
|---|---|---|
| entityId | int | 노드 Entity ID |
| index | int | 노드 인덱스 |
| category | string | 카테고리 |
| oldKey | string | 이전 키값 |
| newKey | string | 신규 키값 |
UpdateKey(string category, string oldKey, string newKey)
public void UpdateKey(string category, string oldKey, string newKey)
선택된 개체의 속성 키값을 변경
Parameters
| Name | Type | Description |
|---|---|---|
| category | string | 카테고리 |
| oldKey | string | 이전 키값 |
| newKey | string | 신규 키값 |