update 0.5.6
This commit is contained in:
@@ -225,8 +225,8 @@ namespace XericLibrary.Runtime.MacroLibrary
|
||||
|
||||
if (_noInit)
|
||||
{
|
||||
_noInit = false;
|
||||
Initialize();
|
||||
_noInit = false;
|
||||
}
|
||||
|
||||
return toggleList;
|
||||
@@ -431,12 +431,13 @@ namespace XericLibrary.Runtime.MacroLibrary
|
||||
_nowSelectToggleIndex = i;
|
||||
}
|
||||
|
||||
// 如果不允许为空的情况下还为空,那就默认标记一个
|
||||
if (!ToggleGroup.allowSwitchOff && _nowSelectToggleIndex < 0)
|
||||
SetToggleOnWithoutNotify(0);
|
||||
|
||||
if (_noInit)
|
||||
{
|
||||
// 如果不允许为空的情况下还为空,那就默认标记一个
|
||||
if (!ToggleGroup.allowSwitchOff && _nowSelectToggleIndex < 0)
|
||||
SetToggleOnWithoutNotify(0);
|
||||
SetToggelGroupItems();
|
||||
}
|
||||
|
||||
_mappingDirty = false;
|
||||
_noInit = false;
|
||||
|
||||
8
Runtime/UI/UILineRenderer.meta
Normal file
8
Runtime/UI/UILineRenderer.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 579f0719bf2bbad4cbf32941bd430366
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user