Property activeLoaders
activeLoaders
A shallow copy of the list of loaders currently managed by this XR Manager instance.
Declaration
public IReadOnlyList<XRLoader> activeLoaders { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<XRLoader> |
Remarks
This property returns a read only list. Any changes made to the list itself will not affect the list used by this XR Manager instance. To mutate the list of loaders currently managed by this instance, use TryAddLoader(XRLoader, int), TryRemoveLoader(XRLoader), and/or TrySetLoaders(List<XRLoader>).