OneGrabScaleTransformer Class
It is not expected that typical users of the SlateWithManipulators prefab should need to either interact with or understand this script.
This is a specialized transformer for scaling based on a single grab, canonically from an affordance such as the corner affordances on the SlateWithManipulators prefab.
Invoked by the owning
IGrabbable as part of its own initialization, passing itself as
grabbable so that the
ITransformer can do any required initial setup.
Typically, this is invoked in response to the start of a selecting grab interaction.
Invoked by the owning
IGrabbable to instruct the
ITransformer to advance to the next frame of its procedural animation.
Typically, this is invoked in response to the continuation of a selecting grab interaction.
Typically, this is invoked in response to the end of a selecting grab interaction.