Skip to content

Release v2.12.0

Latest
Compare
Choose a tag to compare
@michael811125 michael811125 released this 24 Oct 06:21
· 19 commits to master since this release

[2.12.0] - 2024-10-24 (rule changed)

  • Modified CloseAll, HideAll, RevealAll rules of method for UIFrame and SRFrame.
    • Set the default group id to 0, but if you don't want to execute based on the group id and want to do all, can set the group id to -1.
    • ex: CloseAll(-1) do all without any group id.
    • ex: HideAll(-1) do all without any group id.
    • ex: RevealAll(-1) do all without any group id.
  • Modified CloseAllAndExcluded and HideAllAndExcluded to support the withoutAssetNames param.