1.11.0: Added FieldLabelFromToString
This commit is contained in:
parent
a804633a14
commit
3a825efa2a
7 changed files with 39 additions and 1 deletions
12
Runtime/Predrawers/FieldLabelFromToStringAttribute.cs
Normal file
12
Runtime/Predrawers/FieldLabelFromToStringAttribute.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Module.Inspector
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class FieldLabelFromToStringAttribute : PredrawerModifierPropertyAttribute
|
||||
{
|
||||
public FieldLabelFromToStringAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: da46777d3fc14716a8df225bca6c5b57
|
||||
timeCreated: 1732461953
|
||||
Loading…
Add table
Add a link
Reference in a new issue