overlayPose
此内容尚不支持你的语言。
overlayPose(
acc,layer,weight,world,reach):void
Defined in: animation/layerStack.ts:103
Lay layer over acc: every field the layer wrote moves a weight share of
the way from what is already there to what the layer says. Where the layer is
the first to write a field, “already there” is the world’s own value.
Parameters
Section titled “Parameters”Pose
Pose
weight
Section titled “weight”number
PoseWorld
LayerReach | null
Returns
Section titled “Returns”void