大约有 666 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
...all,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优点:没有额外内存开销,无需renderTarget支持。 Sprite CharacterCache : Boolean = true[static] Text color : String 表示文本的...
来源: Laya2.0_api 发布时间: 20190513
...AnimationBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 节点关键帧动画播放类。解析播放IDE内制作的节点动画。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。...
来源: Laya2.0_api 发布时间: 20190513
Label 在设置。text时 底层this._tf为null 父节点又存在 还是偶发 在设置Label.text属性情况下。Label存在可以log。设置的text string 也无问题。就是laya.ui.js 中this._tf为null导致 设置text失败。LayaAir2.13 版本。 附件 : --> 2022-08-23 添加评论 免...
来源: Laya_社区 发布时间: 20220823
...多边形,如果是凹多边形,先手动拆分为多个凸多边形 节点个数最多是b2_maxPolygonVertices,这数值默认是8,所以点的数量不建议超过8个,也不能小于3个 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...
来源: Laya2.0_api 发布时间: 20190513
... NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 ...
来源: Laya2.0_api 发布时间: 20190513
...all,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优点:没有额外内存开销,无需renderTarget支持。 Sprite count : int[read-only] 当前动画中帧的总数。 AnimationBase customRenderE...
来源: Laya2.0_api 发布时间: 20190513
... NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 ...
来源: Laya2.0_api 发布时间: 20190513
...se label : String标签ColliderBase owner : Node [只读]获取所属Node节点。 Component radius : Number圆形半径,必须为正数CircleCollider restitution : Number弹性系数,取值范围0-1,值越大,弹性越大,默认值为0ColliderBase rigidBody : RigidBody[只读]刚...
来源: Laya2.0_api 发布时间: 20190513
...true Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Defined in laya/components/Component.ts:34 是否可...
来源: Laya3.0_api 发布时间: 20231115
...少drawcall,渲染性能最高。 webgl下命令缓存模式只会减少节点遍历及命令组织,不会减少drawcall,性能中等。 Sprite cacheAsBitmap : Boolean 指定显示对象是否缓存为静态图像。功能同cacheAs的normal模式。 Sprite count : int[read-only] 动画长...
来源: laya_api 发布时间: 20170422