Method GetGroupTemplateObject
GetGroupTemplateObject(int)
Get the IGroupTemplate at the specified index.
선언
public IGroupTemplate GetGroupTemplateObject(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | The index of the template object. |
반환
타입 | 설명 |
---|---|
IGroupTemplate | The AddressableAssetGroupTemplate object at the specified index. |