ecspresso
    Preparing search index...

    Interface CreateUIElementInput

    interface CreateUIElementInput {
        anchor: AnchorInput;
        height: number;
        offset?: Vector2D;
        pivot?: AnchorInput;
        width: number;
    }
    Index

    Properties

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