class MAGES::SpatialLoadingDialog

Overview

Represents a loading dialog. More…

class SpatialLoadingDialog: public MAGES::ComponentLibrary::SpatialElement
{
public:
    // properties

    string Description;
    float Progress;

    // methods

    virtual override void ExecuteUpdate(UpdatePhase phase);
};

Inherited Members

public:
    // enums

    enum SpatialAnchor;

    // properties

    Canvas TopLevelCanvas;
    Vector3 PreferredPosition;
    SpatialAnchor Anchor;
    int LayoutPriority;
    Vector2 WorldSize;
    Vector3 CameraLookDirection;
    Bounds WorldBounds;
    string Group;
    SpatialLayoutSubModule SLM;

    // methods

    virtual void PreLayout();
    virtual void PostLayout();
    virtual void ExecuteUpdate(UpdatePhase phase);

Detailed Documentation

Represents a loading dialog.

Properties

string Description

Gets or sets the description.

float Progress

Gets or sets the progress [0 - 1].

Methods

virtual override void ExecuteUpdate(UpdatePhase phase)

Executes the update phase.

Parameters:

phase

The phase of the update.