书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 92279 个相关结果.
  • Layout.AxisDirection

    Layout.AxisDirection 枚举 索引 Details HORIZONTAL VERTICAL Layout.AxisDirection 枚举 模块: cc 布局轴向,只用于 GRID 布局。 索引 HORIZONTAL VERTICAL Details HORIZONTAL 进行水平方向布局 m...
  • Prefab.OptimizationPolicy

    Prefab.OptimizationPolicy 枚举 索引 Details AUTO SINGLE_INSTANCE MULTI_INSTANCE Prefab.OptimizationPolicy 枚举 模块: cc 父模块: cc Prefab 创建实例所用的优化策略,配合 Prefab.optimizationPolicy 使...
  • ParticleSystem.EmitterMode

    ParticleSystem.EmitterMode 枚举 索引 Details GRAVITY RADIUS ParticleSystem.EmitterMode 枚举 模块: cc 发射模式 索引 GRAVITY RADIUS Details GRAVITY 重力模式,模拟重力,可让粒子围绕一个中心点移近或移远。...
  • JSB 手动绑定

    使用 JSB 手动绑定 背景 前置 抽象层 SE 类型 宏 类型转换辅助函数 实践 总结 使用 JSB 手动绑定 本文转载自 腾讯在线教育部技术博客 作者:晋中望(xepherjin) 本文档基于 v2.x 编写,在 Cocos Creator 3.0 上可能略有变动,我们会尽快更新。 背景 一直以来,ABCmouse ...
  • SQLite 集成 TODO

    SQLite Getting Started. How Does SQL Work In A Game? Basic Database Creation And Manipulation Creating A Simple Database Creating A Table Querying Data Inserting Data Updatin...
  • Collider.Box

    Collider.Box 类型 索引 属性(properties) Details 属性(properties) offset size Collider.Box 类型 模块: cc 父模块: cc 用来定义包围盒碰撞体 索引 属性(properties) offset Vec2 位置偏移量 size Size ...
  • Collider.Circle

    Collider.Circle 类型 索引 属性(properties) Details 属性(properties) offset radius Collider.Circle 类型 模块: cc 父模块: cc 用来定义圆形碰撞体 索引 属性(properties) offset Vec2 位置偏移量 radiu...
  • Setup Native Development

    Setup Native Development Environment Android platform dependencies Download the Java SDK (JDK) Download and install Android Studio Download the SDK and NDK required to publish th...
  • constructor

    constructor 类型 索引 方法 Details 方法 setAccelerometerEnabled 参数列表 setAccelerometerInterval 参数列表 constructor 类型 模块: _decorator 父模块: cc 设备重力传感器传递的各个轴的数据。 索引 方法 setAcce...
  • 文本框(TextField)

    文本框(TextField) 文本框(TextField) 如果你想让参与游戏的玩家可以自定义一个昵称怎么办,在哪里输入文本?Cocos2d-x 提供 TextField 满足这种需求。它支持触摸事件,焦点,定位内容百分比等。 创建一个文本框: #include "ui/CocosGUI.h" auto textField =...