万象云档 本次搜索耗时 2.521 秒,为您找到 137 个相关结果.
  • 遮挡排序与透明度

    遮挡排序与透明度 使用前需要安装渲染器 透明度 Demo 排序 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer - render 在浏览器中 <script src = "https://unpkg.com/@eva/plugin-ren...
  • 过渡动画

    过渡动画 对 Component 上的属性做线性变化,实现过渡动画。 https://eva.js.org/playground/#/transition https://eva.js.org/playground/#/transition2 安装 使用 NPM npm i @eva / plugin - transition 在浏...
  • Sound 音频系统

    Sound 音频系统 为 Game Object 添加音频控制的能力,使用 Web Audio API 播放。 安装 使用 NPM npm install @eva / plugin - sound 在浏览器中 <script src = "https://unpkg.com/@eva/plugin-sound@1.1.x/dist/E...
  • A11y 无障碍插件

    A11y 无障碍插件 介绍 Eva.js 无障碍插件,用于为游戏对象添加无障碍的能力。插件通过定位游戏对象的位置,自动化地添加辅助 DOM,使得游戏对象能被聚焦,游戏拥有无障碍能力。 安装 使用 NPM npm install @eva / plugin - a11y 在浏览器中 <script src = "https://unpk...
  • Graphics Graphics

    Graphics Graphics The Graphics component provides GameObject with the ability to draw graphics. Demo Install With NPM npm i @eva / plugin - renderer @eva / plugin - renderer...
  • Dragonbones

    Dragonbones 龙骨动画 DragonBones 是白鹭时代推出的面向设计师的 2D 游戏动画和富媒体内容创作平台,它提供了 2D 骨骼动画解决方案和动态漫画解决方案。使用 Dragonbones 骨骼动画可以实现更加丰富的效果,相对于帧动画能够更好的减少内存占用。 Dragonbone 龙骨动画官网:http://dragonbones.com...
  • Sound

    Sound Eva.js audio plugin, the ability to add audio control to the game object, use the Web Audio API to play by default. Install With NPM tnpm install @eva / plugin - sound ...
  • A11y

    A11y 无障碍插件 Demo //TODO Introduce Eva.js accessibility plugin, used to add accessibility capabilities to game objects. The plugin automatically adds auxiliary DOM by locating th...
  • 游戏对象

    游戏对象 GameObject 游戏对象是游戏的基本元素 ,代表人物、物体、风景等,它本身没有任何能力,每一个游戏对象都默认包含一个 Transform 组件,这个组件用来定义游戏对象的位置、尺寸等信息,该组件无法被移除。 创建游戏对象 创建游戏对象, new GameObject(name, transfrom) ,第一个参数为对象的名称,第二个参...
  • Mask 组件

    遮罩 Mask Mask 组件可以将 GameObject 的展示范围进行裁剪,使用前需要安装渲染器。 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer - mask 在浏览器中 <script src = "https://unpkg.co...