Version: 2023.1
언어: 한국어
public void Resolve (Animations.AnimationStream stream);

파라미터

stream The AnimationStream that holds the animated values.

설명

Resolves the handle.

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.