Type Alias CameraTargetMarkerProps

CameraTargetMarkerProps: {
    color?: number | string | Color;
    fixedX?: number;
    fixedY?: number;
    fixedZ?: number;
    opacity?: number;
    radius?: number;
    renderOrder?: number;
}

Props for CameraTargetMarker

Type declaration

  • Optionalcolor?: number | string | Color

    color of the rendered marker

  • OptionalfixedX?: number

    fix/lock the position of the camera target marker to a specific position along the x-axis. Can be useful if you add multiple camera targets

  • OptionalfixedY?: number

    fix/lock the position of the camera target marker to a specific position along the y-axis. Can be useful if you add multiple camera targets

  • OptionalfixedZ?: number

    fix/lock the position of the camera target marker to a specific position along the z-axis. Can be useful if you add multiple camera targets

  • Optionalopacity?: number

    opacity of the rendered marker

  • Optionalradius?: number

    radius in world units of the camera target marker

  • OptionalrenderOrder?: number

    render order