Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

TransformStreamHandle.Resolve

マニュアルに切り替える
public void Resolve (Experimental.Animations.AnimationStream stream);

パラメーター

streamThe AnimationStream that hold the animated values.

説明

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. See Also: IsResolved, AnimatorJobExtensions.ResolveAllStreamHandles.