csharp
public readonly record struct CameraCorrectionWhat a camera solve did.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public CameraView ViewWhere the camera ended up.
public float MovedHow far it had to move, in metres.
public float TurnedHow far it had to turn, in radians.
public int AppliedHow many goals contributed.
Methods (1)
public CameraCorrection(CameraView View, float Moved, float Turned, int Applied)What a camera solve did.
Used by (2)
- CameraConstraintsVixen.Animation
- PlacementTestsVixen.Animation.Tests