 | WindowButtonUseSoftReference Field |
Whether to store just the path to the Window and load it at runtime using "Resources.Load".
Namespace:
Kit.UI.Buttons
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
Remarks
If on, you cannot reference a Window from the scene and have to provide a prefab within a "Resources" folder. If off, the Window
will be hard-referenced and be loaded with this button, whether it is opened or not.
See Also