Class UsesGetVRPlayerObjectsMethods | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class UsesGetVRPlayerObjectsMethods

    Inheritance
    Object
    UsesGetVRPlayerObjectsMethods
    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public static class UsesGetVRPlayerObjectsMethods

    Methods

    GetVRPlayerObjects(IUsesGetVRPlayerObjects)

    Returns objects that are used to represent the VR player

    Declaration
    public static List<GameObject> GetVRPlayerObjects(this IUsesGetVRPlayerObjects user)
    Parameters
    Type Name Description
    IUsesGetVRPlayerObjects user

    The functionality user

    Returns
    Type Description
    List<GameObject>

    The list of VR Player objects

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX