Property subsystemTypeOverride
subsystemTypeOverride
The XRAnchorSubsystem-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, XRAnchorSubsystem will be instantiated. |