-
Notifications
You must be signed in to change notification settings - Fork 0
ScrollHintMode
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.ScrollHintMode |
| Namespace | Electron2D |
| Kind | enum |
| Category | UI and Text |
Describes which scroll hint edges a Electron2D.ScrollContainer may expose.
public enum Electron2D.ScrollHintMode : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: ScrollContainer.ScrollHintMode
Stored scroll hint policy values accepted by the preview scroll API.
The 0.1.0 Preview stores the value for UI policy. Rendering of hint affordances is intentionally left to later widget work.
This enum is available since Electron2D 0.1.0 Preview.
Electron2D.ScrollContainer.ScrollHintMode
| Member | Kind | Summary |
|---|---|---|
All |
Enum value | Allows scroll hints on every edge. |
BottomAndRight |
Enum value | Allows hints on the bottom and right edges. |
Disabled |
Enum value | Disables scroll hints. |
TopAndLeft |
Enum value | Allows hints on the top and left edges. |
Kind: Enum value
public const Electron2D.ScrollHintMode AllAllows scroll hints on every edge.
This value is useful when both axes can scroll.
This enum value is available since Electron2D 0.1.0 Preview.
Kind: Enum value
public const Electron2D.ScrollHintMode BottomAndRightAllows hints on the bottom and right edges.
Use this value for layouts where the end edges are more important.
This enum value is available since Electron2D 0.1.0 Preview.
Kind: Enum value
public const Electron2D.ScrollHintMode DisabledDisables scroll hints.
No edge hint should be rendered for this mode.
This enum value is available since Electron2D 0.1.0 Preview.
Kind: Enum value
public const Electron2D.ScrollHintMode TopAndLeftAllows hints on the top and left edges.
Use this value for layouts where the start edges are more important.
This enum value is available since Electron2D 0.1.0 Preview.
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.