case3
This commit is contained in:
17
Assets/ThirdParty/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs
vendored
Normal file
17
Assets/ThirdParty/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Cristian Pop - https://boxophobic.com/
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
namespace Boxophobic.StyledGUI
|
||||
{
|
||||
public class StyledDisplay : PropertyAttribute
|
||||
{
|
||||
public string displayName = "";
|
||||
|
||||
public StyledDisplay(string displayName)
|
||||
{
|
||||
this.displayName = displayName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user