OpenFairyGUI API
    Preparing search index...

    Interface UamDisplayNodePropsUpdate

    interface UamDisplayNodePropsUpdate {
        alpha?: number;
        aspect?: boolean;
        blendMode?: UamBlendMode;
        color?: string;
        componentInstanceProperties?: UamComponentInstanceProperties;
        customData?: string;
        filter?: string;
        filterData?: string;
        font?: string;
        fontSize?: number;
        graphProperties?: UamGraphProperties;
        grayed?: boolean;
        group?: string;
        groupProperties?: UamGroupProperties;
        listProperties?: UamListProperties | UamTreeProperties;
        loader3DProperties?: UamLoader3DProperties;
        loaderProperties?: UamLoaderProperties;
        locked?: boolean;
        maxSize?: UamSize;
        minSize?: UamSize;
        pivot?: UamPoint;
        pivotAsAnchor?: boolean;
        position?: UamPoint;
        rotation?: number;
        scale?: UamPoint;
        size?: UamSize;
        skew?: UamPoint;
        text?: string;
        textProperties?: UamPlainTextProperties | UamTextProperties;
        tooltips?: string;
        touchable?: boolean;
        visible?: boolean;
    }
    Index
    alpha?: number
    aspect?: boolean
    blendMode?: UamBlendMode
    color?: string
    componentInstanceProperties?: UamComponentInstanceProperties
    customData?: string
    filter?: string
    filterData?: string
    font?: string
    fontSize?: number
    graphProperties?: UamGraphProperties
    grayed?: boolean
    group?: string
    groupProperties?: UamGroupProperties
    loader3DProperties?: UamLoader3DProperties
    loaderProperties?: UamLoaderProperties
    locked?: boolean
    maxSize?: UamSize
    minSize?: UamSize
    pivot?: UamPoint
    pivotAsAnchor?: boolean
    position?: UamPoint
    rotation?: number
    scale?: UamPoint
    size?: UamSize
    skew?: UamPoint
    text?: string
    tooltips?: string
    touchable?: boolean
    visible?: boolean