【m】修改
All checks were successful
Plugin Library CI / publish (00.BuildOriginality) (push) Successful in 6s
Plugin Library CI / publish (00.StaryEvo) (push) Successful in 6s
Plugin Library CI / publish (00.StaryEvoTools) (push) Successful in 23s
Plugin Library CI / publish (01.HybridCLR) (push) Successful in 7s
Plugin Library CI / publish (02.InformationSave) (push) Successful in 4s
Plugin Library CI / publish (03.YooAsset) (push) Successful in 38s
Plugin Library CI / publish (04.AudioCore) (push) Successful in 6s
Plugin Library CI / publish (05.TableTextConversion) (push) Successful in 5s
Plugin Library CI / publish (06.UIFarme) (push) Successful in 18s
Plugin Library CI / publish (07.RKTools) (push) Successful in 3s
Plugin Library CI / publish (08.UniTask) (push) Successful in 3s
Plugin Library CI / publish (10.XNode) (push) Successful in 5s
Plugin Library CI / publish (09.CodeChecker) (push) Successful in 18s
Plugin Library CI / publish (10.StoryEditor) (push) Successful in 4s
Plugin Library CI / publish (11.PointCloudTools) (push) Successful in 4s
Plugin Library CI / publish (12.WeixinMinigame) (push) Successful in 1m6s

This commit is contained in:
2026-06-08 16:56:55 +08:00
parent 67614bab31
commit fca81fa8b1
4 changed files with 23 additions and 32 deletions

View File

@@ -75,19 +75,19 @@ namespace Stary.Evo
{
info.Switch(1);
}
else if (_openDomainType == OpenDomainType.VIOICE)
else if (_openDomainType == OpenDomainType.Voice)
{
info.Switch(0);
}
else if (_openDomainType == OpenDomainType.ImageTracked)
else if (_openDomainType == OpenDomainType.SetTransform)
{
info.transform.position = _transformCtor.position;
info.transform.rotation = Quaternion.Euler(_transformCtor.rotation);
info.transform.localScale = _transformCtor.scale;
}
else
}else if (_openDomainType == OpenDomainType.OriginalPoint)
{
info.Switch(0);
info.transform.position = Vector3.zero;
info.transform.rotation = Quaternion.identity;
}
}
else