Interface Entity3DEventMap

Hierarchy

Properties

clippingPlanes-property-changed: {
    clippingPlanes: Plane[];
}

Fired when the entity's clipping planes have changed.

Type declaration

  • clippingPlanes: Plane[]
frozen-property-changed: {
    frozen: boolean;
}

Type declaration

  • frozen: boolean
opacity-property-changed: {
    opacity: number;
}

Fired when the entity opacity changed.

Type declaration

  • opacity: number
renderOrder-property-changed: {
    renderOrder: number;
}

Fired when the entity render order changed.

Type declaration

  • renderOrder: number
visible-property-changed: {
    visible: boolean;
}

Fired when the entity visibility changed.

Type declaration

  • visible: boolean

Generated using TypeDoc