Property startingGroupMembers
startingGroupMembers
Ordered list of Interactors or Interaction Groups that are registered with the Group on Awake. All objects in this list should implement the IXRGroupMember interface and either the IXRInteractor interface or the IXRInteractionGroup interface.
Declaration
public List<Object> startingGroupMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Object> |
Remarks
There are separate methods to access and modify the Group members used after Awake.