Vixen
02b45cc4
csharp
public readonly ref struct CameraSubject

The 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 Skeleton

    The subject's skeleton.

  • public required ReadOnlySpan<BoneTransform> Model

    Its pose, in model space.

  • public BoneTransform WorldTransform

    Where it is in the world.

  • public ProxyShapes? Shapes

    Its proxy shapes, for a coordinate on one.

Used by (2)

  • CameraConstraintsVixen.Animation
  • TestBodyVixen.Animation.Tests