Verse Library verse

02 Setting Up Animation Controls

Defines a constant vector with all components set to one for default scaling operations.

extracted-snippets/documentation/en-us/fortnite/animating-prop-movement-2-moving-props-with-animations-in-verse/02-setting-up-animation-controls.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:    Setting up Animation Controls
# Initializes a vector3 with all values set to 1.0.
VectorOnes<public>:vector3 = vector3{X:=1.0, Y:=1.0, Z:=1.0}

Comments

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