Vixen
02b45cc4
csharp
public readonly record struct TypedTransform

What a typed transform says: a magnitude per component, and an axis it is along.

Read the guide page for this →

Fields and properties (3)

  • public Vector3 Values

    Up to three numbers, in the order they were typed.

  • public int Count

    How many of them have been typed.

  • public int Axis

    Which world axis it is constrained to, or −1 for none.

Methods (1)

  • public TypedTransform(Vector3 Values, int Count, int Axis)

    What a typed transform says: a magnitude per component, and an axis it is along.

Used by (3)

  • NumericEntryVixen.Editor.SceneView
  • PrecisionTestsVixen.Editor.SceneView.Tests
  • TransformGizmoVixen.Editor.SceneView