Documentation
    Preparing search index...

    Interface GfxSceneTextItemObject

    interface GfxSceneTextItemObject {
        height: number;
        position: Pos2Df;
        text: string;
        text_options: string[];
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    height: number

    [ int, min: 1, max: 4096 ]

    position: Pos2Df
    text: string
    text_options: string[]
    width: number

    [ int, min: 1, max: 4096 ]