Script API - v1.26.0.24
    Preparing search index...

    Interface PyramidBrushShapeSettings

    Advertisement

    Settings for Pyramid brush shapes

    interface PyramidBrushShapeSettings {
        depth: number;
        height: number;
        uniform: boolean;
        width: number;
        xRotation: number;
        yRotation: number;
        zRotation: number;
    }
    Index

    Properties

    depth: number
    height: number
    uniform: boolean
    width: number
    xRotation: number
    yRotation: number
    zRotation: number
    Advertisement