Property subsystemTypeOverride
subsystemTypeOverride
The XRPlaneSubsystem-derived type to use for instantiation. The instantiated instance of this type will forward casted calls to its provider.
Declaration
public Type subsystemTypeOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| Type | The subsystem implementation type. If null, XRPlaneSubsystem will be instantiated. |