본문으로 건너뛰기

UpdateKey

Overloads

NameDescription
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

NameTypeDescription
entityIdint노드 Entity ID
indexint노드 인덱스
categorystring카테고리
oldKeystring이전 키값
newKeystring신규 키값

UpdateKey(string category, string oldKey, string newKey)

public void UpdateKey(string category, string oldKey, string newKey)

선택된 개체의 속성 키값을 변경

Parameters

NameTypeDescription
categorystring카테고리
oldKeystring이전 키값
newKeystring신규 키값