@minecraft/server-editor
    Preparing search index...

    Interface EllipsoidBrushShapeSettingsBeta

    Settings for Ellipsoid brush shapes

    interface EllipsoidBrushShapeSettings {
        depth: number;
        height: number;
        hollow: boolean;
        radius: number;
        thickness: number;
        uniform: boolean;
        width: number;
        xRotation: number;
        yRotation: number;
        zRotation: number;
    }
    Index

    Properties

    depth: number
    height: number
    hollow: boolean
    radius: number
    thickness: number
    uniform: boolean
    width: number
    xRotation: number
    yRotation: number
    zRotation: number