Vixen
02b45cc4
csharp
public sealed class Vector3Drawer

Three boxes: X, Y and Z.

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

Fields and properties (1)

  • protected override IReadOnlyList<string> Axes

    What each box is called.

Methods (2)

  • protected override float Component(Vector3 value, int axis)

    Pulls a component out of a value.

  • protected override Vector3 Replace(Vector3 value, int axis, float component)

    Puts a component back into a value.

Used by (2)

  • DrawerRegistryVixen.Editor.Inspector
  • DrawerTestsVixen.Editor.Inspector.Tests