Vixen
02b45cc4
csharp
public static class CameraMath

The matrices a Camera and its transform produce.

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

Remarks

Free functions rather than properties on the component, because a component is data and these are derived every frame from two components at once. Keeping them out of the struct is also what stops anyone caching a stale one on the entity.

Methods (4)

Used by (4)

  • CameraExtractionSystemVixen.Rendering
  • CameraExtractionTestsVixen.Rendering.Tests
  • SceneAndPrefabTestsVixen.Engine.Tests
  • HostedRendererTestsVixen.App.Tests