如视 Five SDK
    Preparing search index...

    Interface CreateCSS2DObjectType

    interface CreateCSS2DObjectType {
        center?: Vector2;
        id?: string;
        innerHTML: string;
        name?: string;
        position?: Vector3;
        timeout?: number;
        visible?: boolean;
    }
    Index

    Properties

    center?: Vector2
    id?: string
    innerHTML: string
    name?: string
    position?: Vector3
    timeout?: number
    visible?: boolean