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> |