BooleanKeyframeTrack.InterpolantFactoryMethodSmooth()
创建平滑布尔插值器的工厂方法。
static BooleanKeyframeTrack.InterpolantFactoryMethodSmooth(result)
返回一个函数,该函数用于在布尔关键帧之间创建平滑的插值。
BooleanKeyframeTrack.InterpolantFactoryMethodSmooth(interpolantResult);
以上示例将创建一个平滑的布尔插值器工厂方法,其中 interpolantResult 是 Interpolant 实例,用于存储插值结果。
BooleanKeyframeTrack.InterpolantFactoryMethodSmooth() 方法是 BooleanKeyframeTrack 类的静态方法,用于创建平滑布尔插值器的工厂方法。 该插值器可用于在布尔关键帧之间创建平滑的插值效果。在使用该插值器之前,要首先创建一个 Interpolant 实例来存储插值结果。