Type alias NewScaleEventData

NewScaleEventData: {
    newScale: THREE.Vector3;
    object: THREE.Object3D;
    oldScale: THREE.Vector3;
}

Data for the new-rotation event.

Type declaration

  • newScale: THREE.Vector3

    A new vector object that holds the new scale. N.B: Old and new scale can be the same!

  • object: THREE.Object3D

    Reference to the object that was moved.

  • oldScale: THREE.Vector3

    A new vector object that holds the old scale.

Generated using TypeDoc