Table of Contents

Enum PushDirection

Namespace
Gloam.Runtime.Types
Assembly
Gloam.Runtime.dll

Push direction enumeration for scene transitions

public enum PushDirection

Fields

FromBottom = 3

New scene enters from the bottom, pushing current scene up

FromLeft = 0

New scene enters from the left, pushing current scene to the right

FromRight = 1

New scene enters from the right, pushing current scene to the left

FromTop = 2

New scene enters from the top, pushing current scene down