ProtoFlux:Sample Value Animation Track

From Resonite Wiki
Revision as of 20:24, 4 February 2024 by 989onan (talk | contribs) (create sample value animation track)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Sample Value Animation Track Index
Animation
*
TrackIndex
Time
Assets


This node when provided an Animation Asset will search the animation's AnimJ data for a field on an object

Inputs

Animation (Animation Asset)

The Animation Asset provided by an IAssetProvider<Animation>.

TrackIndex (int)

The track index of the given Animation (Animation Asset) to sample from

Time (Float)

The time in seconds at which to sample the animation. If between keyframes it will sample based on the AnimJ's interpolation for those frames on the track.

Outputs

* (Dummy Sudo-Generic)

This gives the Primitive for the track index given to TrackIndex (int) at the time given to Time (Float). If between keyframes it will sample based on the AnimJ's interpolation for those frames on the track.

Examples