Vixen
02b45cc4
csharp
public sealed class Vector4Drawer

Four boxes: X, Y, Z and W.

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(Vector4 value, int axis)

    Pulls a component out of a value.

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

    Puts a component back into a value.

Used by (1)

  • DrawerRegistryVixen.Editor.Inspector