万象云档 本次搜索耗时 2.986 秒,为您找到 137 个相关结果.
  • NinePatch

    NinePatch We often encounter some pictures that are not fixed in size, but the surrounding or four-pass style is not deformed, that is, the .9 picture, such as a message bubble. I...
  • Spine skeletal animation

    Spine skeletal animation Spine is a 2D animation software tailored specifically for software and game developers. Animators, original artists, and engineers work together to give ...
  • Dragonbones

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

    Data Management Introduce In react/vue, we often use redux/vuex for data management and maintain a unified set of data. Under the Eva.js system, we have designed a set of data ma...
  • 排序和不透明度

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

    Basic This chapter introduces the basic capabilities of Eva.js. It covers resource management, the Game object, GameObject, the Transform component, and how to use compressed text...
  • Image

    Image The Image component provides the GameObject with the ability to use Image. The Image loaded by resource can be added to the GameObject for display. Renderer needs to be inst...
  • Sprite

    Sprite A sprite is a picture that packs multiple pictures, which can reduce the number of HTTP requests and save memory space. A renderer needs to be installed before use. Demo ...
  • Lottie Animation

    Lottie Animation Lottie is a mobile library for Web, and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile! This ...
  • GameObject

    GameObject GameObject are the basic elements of the game, representing characters, objects, landscapes, etc. It does not have any capabilities. Each game object contains a Transf...