bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Interface Text3DOptions

    interface Text3DOptions {
        text: string;
        position: Vector3;
        size?: number;
        fontWeight?: number;
        color?: string;
        backgroundColor?: string;
        backgroundOpacity?: number;
        backgroundStroke?: boolean;
        backgroundStrokeThickness?: number;
        backgroundRadius?: number;
        stableSize?: boolean;
        billboardMode?: boolean;
        alwaysOnTop?: boolean;
        name?: string;
    }
    Index

    Properties

    text: string
    position: Vector3
    size?: number
    fontWeight?: number
    color?: string
    backgroundColor?: string
    backgroundOpacity?: number
    backgroundStroke?: boolean
    backgroundStrokeThickness?: number
    backgroundRadius?: number
    stableSize?: boolean
    billboardMode?: boolean
    alwaysOnTop?: boolean
    name?: string