mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Editor: Show pretty script field names
This commit is contained in:
@@ -852,7 +852,9 @@ internal class EntityEditor
|
||||
|
||||
IEnumerable<Attribute> attributes = field.GetCustomAttributes();
|
||||
|
||||
object? newValue = ShowFieldEditor(value, value?.GetType() ?? field.FieldType, field.Name, attributes);
|
||||
string prettyName = field.Name.ToPrettyName();
|
||||
|
||||
object? newValue = ShowFieldEditor(value, value?.GetType() ?? field.FieldType, prettyName, attributes);
|
||||
|
||||
if (newValue != DidNotChange)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user