ThreePipe
    Preparing search index...

    Class Object3DComponent

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _object:
        | null
        | IObject3D<
            IObject3DEventMap,
            undefined
            | IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            undefined | IMaterial<IMaterialEventMap> | IMaterial<IMaterialEventMap>[],
        > = null
    _state: Record<string, any>
    constructor: typeof Object3DComponent & ComponentDefn
    enabled: boolean
    isObject3DComponent: true
    state: never
    stateChangeHandlers: Record<
        string,
        ((value: any, oldValue: any, key?: string) => void)[],
    > = {}
    uiConfig?: UiObjectConfig<any, string, any>
    uuid: string = ...
    ComponentType: string = 'Object3DComponent'
    StateProperties: undefined | (string | StatePropConfig<any>)[] = ...

    Accessors

    Methods

    • Type Parameters

      • K extends
            | "object"
            | "uuid"
            | "uiConfig"
            | "update"
            | "constructor"
            | "start"
            | "stop"
            | "destroy"
            | "state"
            | "enabled"
            | "isObject3DComponent"
            | "stateRef"
            | "setState"
            | "ctx"
            | "init"
            | "stateChangeHandlers"
            | "onStateChange"

      Parameters

      Returns void