Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»Tween Actions»Tween Punch
Index
Navigation
Community Wiki

Tween Punch

Punches a GameObject's position, rotation, or scale and springs back to starting state.

Game Object
The GameObject to tween.
Punch Type
Punch position, rotation, or scale.
Value
Punch magnitude.

 

Easing

Start Delay
Delay before starting the tween.
Ease Type
The type of easing to apply. Turn on Show Easing Preview in the action settings menu to see a curve that represents the easing.
Custom Curve
Custom tween curve. Note: Typically you would use the 0-1 range.
Time
Length of tween in seconds.
Real Time
Ignore any time scaling.
Update Type
How to update the tween:
  • OnUpdate:

    The most common setting for most tweens.

  • OnLateUpdate:

    Update after everything else. Useful if the tween is dependent on another GameObect, e.g. following a target.

  • OnFixedUpdate:

    Used to update physics e.g., GameObjects with RigidBody components.

Loop Type
Looping options.
Finish Event
Event to send when tween is finished.
Tags:

Last modified on 4/21/2019 10:01 AM by User.

  • RSS Feed