Table of Contents

Enum DisplayPosition

Namespace
Stride.CommunityToolkit.Scripts.Utilities
Assembly
Stride.CommunityToolkit.dll

Represents the possible positions on the screen where text or other UI elements can be displayed.

public enum DisplayPosition

Fields

BottomLeft = 2

Displays the element in the bottom-left corner of the screen.

BottomRight = 3

Displays the element in the bottom-right corner of the screen.

TopLeft = 0

Displays the element in the top-left corner of the screen.

TopRight = 1

Displays the element in the top-right corner of the screen.