# CocosCreatorHowToUse **Repository Path**: ph1112/cocos-creator-how-to-use ## Basic Information - **Project Name**: CocosCreatorHowToUse - **Description**: 大道至简,殊途同归。 CocosCreatorHowToUse是希望简化用户理解Cocos Creator API某些功能的使用。 Cocos Creator How To Use is to simplify the use of some functions that users understand the API. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: v3.0.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 149 - **Created**: 2021-08-25 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Cocos Creator How To Use #### Write by yeshao2069. #### Cocos Creator How To Use is to simplify the use of some functions that users understand the API. #### Cocos Creator V3.0.0+ ## QuickLinks | [音频示例](#Audio) | [常用整理](#CommonUse) | [Spine动画示例](#Spine) | [DragonBone动画示例](#DragonBone) | [帧动画示例](#Animation)| [Graphics示例](#Graphics) | [物理示例](#Physics) | [Tween示例](#TweenExample) | [渲染示例](#RenderExample) | [模型示例](#ModelExample) | [粒子示例](#ParticleExample) | [需求案例](#DemandCase) | ## Examples ### Audio | 编号 | 类目 | 子项 | 备注 | | :----------------------- | :--------------------------------------------------------------------: |:--------------------------------------------------------------------: |:--------------------------------------------------------------------: | | 1 | 音频示例 [跳转链接](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio) | | [返回顶部](#QuickLinks) | | | | 多个音效同时播放 [PlayOneShot](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio/PlayOneShot) | | | | | 添加全局按钮的音效 [AddGlobalButtonSound](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio/AddGlobalButtonSound) | | | | | 模拟钢琴播放 [PianoPlayTest](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio/PianoPlayTest) | 官方DEMO |