csharp
public readonly ref struct CameraSubjectThe body a shot is composed against.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A ref struct for ConstraintContext's reason: it carries a pose, and nothing may hold one past the solve that produced it.
Fields and properties (4)
public required Skeleton SkeletonThe subject's skeleton.
public required ReadOnlySpan<BoneTransform> ModelIts pose, in model space.
public BoneTransform WorldTransformWhere it is in the world.
public ProxyShapes? ShapesIts proxy shapes, for a coordinate on one.
Used by (2)
- CameraConstraintsVixen.Animation
- TestBodyVixen.Animation.Tests