Verse Library verse

11 Overloading Functions

Smoothly moves or rotates creative props using configurable easing types and set durations.

extracted-snippets/documentation/en-us/fortnite/animating-prop-movement-2-moving-props-with-animations-in-verse/11-overloading-functions.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/animating-prop-movement-2-moving-props-with-animations-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/animating-prop-movement-2-moving-props-with-animations-in-verse.md
# Section:    Overloading Functions
# An overload of MoveToEase() that changes the rotation of the prop while keeping the position and scale the same.
(CreativeProp:creative_prop).MoveToEase<public>(Rotation:rotation, Duration:float, EaseType:move_to_ease_type, AnimationMode:animation_mode)<suspends>:void=
CreativeProp.MoveToEase(CreativeProp.GetTransform().Translation, Rotation, VectorOnes, Duration, EaseType, AnimationMode)

Comments

    Sign in to vote, comment, or suggest an edit. Sign in