Version: 2022.3
言語: 日本語
public static void BeginSampling ();

説明

Initialise the start of the animation clip sampling.

BeginSampling arranges for the ::SampleAnimationClip to operate correctly. Not calling BeginSampling prevents the animation data to be sampled. This function must be called immediately before the SampleAnimationClip is called. See the script example on the AnimationMode page to see this behaviour.