Skip to content

Improving the spine preview ui control#17899

Merged
minggo merged 2 commits into
cocos:v3.8.6from
knoxHuang:fix-spine-view
Nov 21, 2024
Merged

Improving the spine preview ui control#17899
minggo merged 2 commits into
cocos:v3.8.6from
knoxHuang:fix-spine-view

Conversation

@knoxHuang
Copy link
Copy Markdown
Contributor

Re: #

https://forum.cocos.org/t/topic/163455/36?u=knox

Changelog

image


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

Comment thread cocos/spine/skeleton.ts
public __preload (): void {
super.__preload();
if (EDITOR_NOT_IN_PREVIEW) {
this.paused = true;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The editor should stop playing by default

close() {
const panel = this;

callFunction('stop').then(() => {});
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.then is unnessary

const panel = this;

panel.$.timeScale.addEventListener('change', (event) => {
callFunction('setTimeScale', Number(event.target.value)).then(() => {});
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.then is unnessary

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 21, 2024

✅ Package size is not changed

Interface Check Report

This pull request does not change any public interfaces !

@wuzhiming wuzhiming requested a review from minggo November 21, 2024 07:20
@minggo minggo merged commit 4e4f58e into cocos:v3.8.6 Nov 21, 2024
knoxHuang added a commit to knoxHuang/engine-2 that referenced this pull request Nov 21, 2024
* Improving the spine preview ui control
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants