ecspresso
    Preparing search index...

    Interface UIElement

    interface UIElement {
        anchor: Vector2D;
        height: number;
        offset: Vector2D;
        pivot: Vector2D;
        width: number;
    }
    Index

    Properties

    anchor: Vector2D
    height: number
    offset: Vector2D
    pivot: Vector2D
    width: number