Property subsystemTypeOverride
subsystemTypeOverride
Specifies the XRHandSubsystem-derived type that forwards casted calls to its provider.
Declaration
public Type subsystemTypeOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| Type | The type of the subsystem to use for instantiation. If null, XRHandSubsystem will be instantiated. |