Vixen
02b45cc4
csharp
public readonly record struct CameraView

A camera as a constraint solve sees it: where it is, and what it sees.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public BoneTransform Transform

    Where it is and which way it looks.

  • public CameraLens Lens

    Its field of view.

  • public float Aspect

    Width over height.

Methods (1)

  • public CameraView(BoneTransform Transform, CameraLens Lens, float Aspect)

    A camera as a constraint solve sees it: where it is, and what it sees.

Used by (5)

  • CameraConstraintsVixen.Animation
  • CameraCorrectionVixen.Animation
  • ConstraintContextVixen.Animation
  • PlacementTestsVixen.Animation.Tests
  • ScreenFrameVixen.Animation