ProtoFlux:Set User Scale

From Resonite Wiki
Set User Scale
*
OnScaleChangeStart
UserRoot
OnAnimationFinished
Scale
AnimationTime
Users

The Set User Scale node changes the user scale with the provided inputs. While the user is scaling and the user is in the middle of a scale animation, the user cannot be scaled again until the animation has finished.

There is a set of features in Resonite that allows you to scale and calculate scale in different ways.

Inputs

* (AsyncCall)

Calls from an impulse to start changing the user's scale.

UserRoot (UserRoot)

The user root to scale.

Scale (float)

The target scale to aim for.

AnimationTime (float)

How long this scaling should take.

Outputs

OnScaleChangeStart (AsyncCall)

Fires when the scaling has started.

OnAnimationFinished (Continuation)

Fires when the scaling animation has finished scaling the user.