docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    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.

    See Also
    AddGroupMember(IXRGroupMember)
    MoveGroupMemberTo(IXRGroupMember, int)
    RemoveGroupMember(IXRGroupMember)
    ClearGroupMembers()
    ContainsGroupMember(IXRGroupMember)
    GetGroupMembers(List<IXRGroupMember>)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)