SerenityJS
    Preparing search index...

    Interface BlockTypeTransformationComponentOptions

    interface BlockTypeTransformationComponentOptions {
        rotation: [number, number, number];
        rotation_pivot: [number, number, number];
        scale: [number, number, number];
        scale_pivot: [number, number, number];
        translation: [number, number, number];
    }
    Index

    Properties

    rotation: [number, number, number]

    How many degrees to rotate the block around the x, y, and z axes.

    rotation_pivot: [number, number, number]

    The pivot point around which the block will be rotated.

    scale: [number, number, number]

    How much to scale the block in the x, y, and z directions.

    scale_pivot: [number, number, number]

    The pivot point around which the block will be scaled.

    translation: [number, number, number]

    How many pixels to translate the block in the x, y, and z directions.