csharp
public readonly record struct TypedTransformWhat a typed transform says: a magnitude per component, and an axis it is along.
Fields and properties (3)
public Vector3 ValuesUp to three numbers, in the order they were typed.
public int CountHow many of them have been typed.
public int AxisWhich 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