IUxrPrecacheable.PrecachedInstances Property
Gets the GameObjects, usually prefabs, that will be precached when the scene is loaded.
Namespace: UltimateXR.Core.Caching
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
IEnumerable<GameObject> PrecachedInstances { get; }
Property Value
Type: IEnumerable(GameObject)