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

    插件 本章介绍 Eva.js 官方插件,覆盖 Sound 音频系统、MatterJS 物理引擎、A11y 无障碍插件、数据管理和性能监控,最后介绍插件开发。
  • API 参考

    API 参考 本章为 Eva.js v1.1 的 API 参考文档,涵盖 @eva/eva.js 核心库、renderer 渲染器,以及各官方插件的 API 说明。
  • eva.js

    eva.js Home > @eva/eva.js eva.js package Classes | | Component | | | Game | | | GameObject | | | Scene | | | System | | | Transform | | Enumerations | | LOAD_EVENT | |...
  • Quick start

    Quick start Demo project Demo project created based on webpack: https://github.com/eva-engine/start-demo Demo project created based on webpack with cdn: https://github.com/eva-...
  • Custom component

    Custom component Introduce In daily business development, we need to customize some business logic. Each game object may need a separate logic or “data driver”. We develop busine...
  • 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 ...
  • Resource Management

    Resource Management All resources used in the game will be managed by the resource manager. Before using the resource, you need to add the resource to the resource manager, and se...
  • 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...
  • 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...
  • Mask

    Mask The Mask component can cut the display range of the GameObject, and a renderer needs to be installed before use. Demo Install With NPM npm i @eva / plugin - renderer @e...