Main/Component/UI/Core/OutlineEx.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Main/Utility/JaceCalculator.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Component/UI/Core/OutlineEx.cs
@@ -41,9 +41,9 @@ private static List<UIVertex> m_VetexList = new List<UIVertex>(); protected override void Awake() protected override void Start() { base.Awake(); base.Start(); if (base.graphic) { Main/Utility/JaceCalculator.cs
@@ -33,4 +33,9 @@ throw new InvalidOperationException($"Failed to calculate formula: {ex.Message}", ex); } } public static void Init() { Engine.AddFunction("int", (Func<double, double>)(x => (int)x)); } }