ecspresso
    Preparing search index...

    Interface LocalTransform

    Local transform relative to parent (or world if no parent). This is the transform you modify directly.

    interface LocalTransform {
        rotation: number;
        scaleX: number;
        scaleY: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    rotation: number
    scaleX: number
    scaleY: number
    x: number
    y: number