Archived
补充了没有被odin预编译命令包括的命令
This commit is contained in:
@@ -26,7 +26,7 @@ namespace XericLibrary.Runtime.Renderer
|
||||
[Header("多边形设置"), Range(3, 32)] public int sides = 6;
|
||||
|
||||
[SerializeField, Tooltip("多边形的大小 (相对于矩形区域的比例 0-1)")]
|
||||
#if ODIN_INSPECTOR
|
||||
#if ODIN_INSPECTOR
|
||||
[PropertyRange("ScaleMin", "GetMaxScale")]
|
||||
#else
|
||||
[Range(0f, 1f)]
|
||||
@@ -37,9 +37,13 @@ namespace XericLibrary.Runtime.Renderer
|
||||
[Tooltip("倒角细分")][Range(2f, 32f)] public int roundingTime = 3;
|
||||
[Tooltip("倒角形状")][Range(0f, 1f)] public float roundingPower = 1;
|
||||
public AngleSelectMode angleMode;
|
||||
#if ODIN_INSPECTOR
|
||||
[ShowIf("angleMode", optionalValue: AngleSelectMode.Angle)]
|
||||
#endif
|
||||
[Tooltip("起始角度")] public float startAngle = 90f;
|
||||
#if ODIN_INSPECTOR
|
||||
[ShowIf("angleMode", optionalValue: AngleSelectMode.Multiples)]
|
||||
#endif
|
||||
[Tooltip("起始角度(倍数对齐)")] public float startAngleTime = 1;
|
||||
[SerializeField, Tooltip("边框厚度")] [Range(0f, 1f)]
|
||||
private float borderThickness = .1f;
|
||||
|
||||
Reference in New Issue
Block a user