Class UIToolkitRuntimeUI
Base class for UIs using UIToolkit
Namespace: Unity.Industrial.Forma.FormaUIBase
Syntax
public abstract class UIToolkitRuntimeUI : IFormaRuntimeUI
Fields
m_BasePrefab
The prefab required for this UI to load. This could be the GameObject holding the UIDocument, a loader object, etc.
Declaration
protected GameObject m_BasePrefab
Field Value
Type | Description |
---|---|
GameObject |
Properties
SceneUIObject
GameObject in the scene that the loader or UIDocument script is attached to
Declaration
public GameObject SceneUIObject { get; protected set; }
Property Value
Type | Description |
---|---|
GameObject |