UIDocument.WorldSpaceSizeMode
An enum describing how the world-space UIDocument will be sized.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum UIDocument.WorldSpaceSizeMode
Fields
Value | Description |
|---|---|
| Dynamic | The size of the UIDocument will be determined from the layout size of the root element. |
| Fixed | The size of the UIDocument will be fixed to the values provided in _worldSpaceSize. |