拼ui 一些业务逻辑x实现
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class URadarAxisEntry
|
||||
{
|
||||
public string label = "Axis";
|
||||
[Range(0f, 100f)] public float value = 50f;
|
||||
[Range(0f, 100f)] public float referenceValue = 60f;
|
||||
}
|
||||
Reference in New Issue
Block a user