万象云档 本次搜索耗时 2.411 秒,为您找到 483 个相关结果.
  • 图片 Image

    图片 Image Image 组件为 GameObject 提供了使用过图片的能力,可以将 resource 加载的图片添加到 GameObject 上展示出来。使用前需要安装渲染器 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer - img ...
  • 精灵图 Sprite

    精灵图 Sprite 精灵图是将多张图片打包的一张图片,可以减少 HTTP 请求次数,节省内存空间,使用前需要安装渲染器。 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer - sprite 在浏览器中 <script src = "http...
  • index

    index Home API Reference Packages | | @ali/eva-miniprogram-adapter | | | @ali/eva-miniprogram-pixi | | | @ali/eva-plugin-evax | | | @ali/eva-plugin-renderer | | | @ali/eva-...
  • eva.js

    eva.js Home > @eva/eva.js eva.js package Classes | | Component | | | Game | | | GameObject | | | Scene | | | System | | | Transform | | Enumerations | | LOAD_EVENT | |...
  • eva-plugin-renderer-graphics

    eva-plugin-renderer-graphics Home > @ali/eva-plugin-renderer-graphics eva-plugin-renderer-graphics package Classes | | Graphics | | | GraphicsSystem | |
  • 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...
  • API

    API This chapter is the API reference of Eva.js. It lists the core eva.js exports, the renderer package and its built-in renderer plugins (eva-plugin-renderer series), as well ...
  • 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...
  • Text

    Text The Text component provides the gameObject with the ability to display text. After using the Text component, the width of the gameObject will set the width of the text area t...
  • 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 ...