Vixen
02b45cc4
csharp
public static class EditorNames

Turning the names in source into the words a person reads.

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

Remarks

One rule, because a member's label and a component's are the same problem. It was InspectorMember.Humanise and served only members, so a component foldout showed PrimitiveShape beside a row reading Cone Inner Angle — two spellings of the same convention in the same panel, an inch apart.

⚠ Here rather than in Vixen.Editor.Inspector, because Vixen.Editor.SceneView cannot see that assembly and is where a component bridge lives. This one is the layer both of them already reference, which is what makes it the answer rather than a copy in each.

Methods (1)

  • public static string Humanise(string name)

    Turns FoamWidth into Foam Width.

Used by (5)

  • BehaviorBridgeVixen.Editor.SceneView
  • ComponentBridgeVixen.Editor.SceneView
  • ComponentsViewVixen.Editor.App
  • InspectorMemberVixen.Editor.Inspector
  • SceneComponentBridgeVixen.Editor.SceneView