Method MoveGroupMemberTo
MoveGroupMemberTo(IXRGroupMember, int)
Moves the given Group member to the specified index in the ordered list of members in the Group. If the member is not in the list, this can be used to insert the member at the specified index.
Declaration
public void MoveGroupMemberTo(IXRGroupMember groupMember, int newIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRGroupMember | groupMember | The Group member to move or add. |
| int | newIndex | New index of the Group member. |
Implements
Remarks
groupMember must implement either IXRInteractor or IXRInteractionGroup.