Blockbench Reference Docs
    Preparing search index...

    Interface DisplaySlotOptions

    interface DisplaySlotOptions {
        mirror?: [boolean, boolean, boolean];
        rotation?: ArrayVector3;
        rotation_pivot?: ArrayVector3;
        scale?: ArrayVector3;
        scale_pivot?: ArrayVector3;
        translation?: ArrayVector3;
    }
    Index

    Properties

    mirror?: [boolean, boolean, boolean]
    rotation?: ArrayVector3
    rotation_pivot?: ArrayVector3
    scale?: ArrayVector3
    scale_pivot?: ArrayVector3
    translation?: ArrayVector3