Table of Contents

Property allInstances

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

allInstances

Gets the currently enabled manager instances tracked by the runtime.

public static IEnumerable<VistaManager> allInstances { get; }

Property Value

IEnumerable<VistaManager>

Remarks

Managers register in OnEnable and unregister in OnDisable.