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

    Interface IProvidesGetVRPlayerObjects

    Provide access to the VR Player objects

    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public interface IProvidesGetVRPlayerObjects : IFunctionalityProvider

    Methods

    GetVRPlayerObjects()

    Returns objects that are used to represent the VR player

    Declaration
    List<GameObject> GetVRPlayerObjects()
    Returns
    Type Description
    List<GameObject>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX