TransformStreamHandle.Resolve

Declaration

public void Resolve(Animations.AnimationStream stream);

Parameters

stream The AnimationStream that holds the animated values.

Description

Bind this handle with an animated values from the AnimationStream.

Handles are lazily resolved as they're accessed, but in order to prevent unwanted CPU spikes, this method allows to resolve handles in a deterministic way. Additional resources: IsResolved, AnimatorJobExtensions.ResolveAllStreamHandles.


Did you find this page useful? Please give it a rating: