Property supportsMutableLibrary
supportsMutableLibrary
Whether the subsystem supports image libraries that can be mutated at runtime.
Declaration
public bool supportsMutableLibrary { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
If true,
CreateRuntimeLibrary(XRReferenceImageLibrary)
must be implemented and
imageLibrary
will never be called.