csharp
public interface IProxyShapePoserHow a proxy shape is placed and sized for the pose it is in.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A seam because a shape's size is not always a function of its joint. A belly that swells with a breathing morph, a muscle bulge driven by a corrective, a shape a simulation is inflating: all of them place the same primitive somewhere the joint hierarchy does not say.
Methods (1)
bool TryPose(ProxyShape shape, ReadOnlySpan<BoneTransform> model, out ProxyShapePose posed)Places a shape.
Used by (4)
- JointProxyShapePoserVixen.Animation
- ProxyShapesVixen.Animation
- SeamTestsVixen.Animation.Tests
- SwellingTestPoserVixen.Animation.Tests