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