# CocosCreatorHowToUse **Repository Path**: matrixhawk/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.4.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 136 - **Created**: 2022-03-11 - **Last Updated**: 2022-03-11 ## 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.4.x+ ## Quick | A | B | C | D | E | | :-----------------------: | :-----------------------: | :-----------------------: | :-----------------------: | :-----------------------: | | [1. 用户界面 UI](#ui) | | [3. 音频 Audio](#audio) | [4. 视频 Video](#video) | [5. 帧动画 Animation](#animation)| | [6. Spine动画](#spine) | [7. 龙骨动画 DragonBone](#dragonbone) | [8. 绘图 Graphics](#graphics) | [9. 物理 Physics](#physics) | [10. 缓动 Tween](#tween) | | [11. 渲染 Render](#render) | [12. 模型 Model](#model) | [13. 粒子 Particle](#particle) | [14. 需求 DemandCase](#demandcase) | | ## Examples ### UI | 编号 | 子编号 | 类目 | 子项 | 备注 | 演示 | | :----------------------- | :----------------------- | :----------------------: |:----------------------: |:----------------------: |:----------------------: | | 1 | | [UI示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.4.x/UI) | | [返回顶部](#quick) | | | 1.1 | Label | [超大文本](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.4.x/UI/LargeSystemFontText) | 官方DEMO |