ProtoFlux:Sample Object Animation Track

From Resonite Wiki
Revision as of 20:33, 4 February 2024 by 989onan (talk | contribs) (Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Sample Object Animation Track< T> |Category=Assets |Inputs= [ {"Name":"Animation", "Type":"Animation"}, {"Name":"TrackIndex", "Type":"int"}, {"Name":"Time", "Type":"float"} ] |Outputs= [ {"Name":"*", "Type":"Dummy"} ] |}} This node when provided an Animation Asset sample the given track index for a Reference Type Reference at the specified time. It is currently not possible to make use of this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Sample Object Animation Track< T>
Animation
*
TrackIndex
Time
Assets


This node when provided an Animation Asset sample the given track index for a Reference Type Reference at the specified time.

It is currently not possible to make use of this node due to AnimJ not supporting objects.[Citation needed] TODO: Someone test this.

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.

Outputs

* (Dummy Sudo-Generic)

This gives the Reference Type for the track index given to TrackIndex (int) at the time given to Time (Float).

This does not have interpolation[Citation needed]

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.