• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)

861. 2D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...绘: var rotation=0, scale=1, position=0; private function setRotation(value):void { this.rotation=value; update(); } private function setScale(value):void { this.scale = value; update(); } private function setPosition(value):void { this.position = value; update(); } public function update() { con...

来源: Laya3.0_文档 发布时间: 20251010

862. Laya2.0构建APP运行闪退,laya.core.js报错 [ 63%]

... this.nativeInput.setBgColor is not a function this.nativeInput.setBgColor(value); ^^ TypeError: this.nativeInput.setBgColor is not a function at Input.<anonymous> (http://stand.alone.version/lib ... 712:21) at TextInput.<anonymous> (http://stand.alone.version/libs/laya.ui.js:2751:19) at...

来源: Laya_社区 发布时间: 20190227

863. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 63%]

...ute属性,attributeMap是一个映射,key是attribute属性的名称,value是一个索引值。uniformMap也是一个映射,key是uniform属性的名称,value是这个unifrom的提交周期。 提交周期的说明:提交周期表示当前的uniform更新的一种时机。 目前支持...

来源: Laya2.0_文档 发布时间: 20210715

864. laya.net.HttpRequest [ 63%]

... = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Object Type: laya....

来源: laya_api 发布时间: 20170929

865. laya.display.Animation [ 63%]

...而节省了动画模版创建的开销。 动画模版缓存池,以key-value键值对存储,key可以自定义,也可以从指定的配置文件中读取,value为对应的动画模版,是一个Graphics对象数组,每个Graphics对象对应一个帧图像,动画的播放实质就是...

来源: laya_api 发布时间: 20170929

866. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 63%]

...sition: Vector3 粒子位置。 direction: Vector3 粒子方向。 Default value rand: Rand = null Default value randomSeeds: Uint32Array = null Returns void Globals "laya/d3/core/particleShuriKen/module/shape/ConeShape" ConeShape constructor angle emitType enable length radius randomDirection shape...

来源: Laya3.0_api 发布时间: 20231115

867. laya.d3.component.animation.KeyframeAnimations [ 63%]

...function get templet():AnimationTemplet    public function set templet(value:AnimationTemplet):voidurlproperty url:String  [write-only] 设置url地址。 Implementation     public function set url(value:String):voidConstructor DetailKeyframeAnimations()Constructorpublic function Keyframe...

来源: laya_api 发布时间: 20170929

868. laya.net.HttpRequest [ 63%]

... = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Object Type: laya....

来源: Laya2.0_api 发布时间: 20190513

869. laya.components.Script_API3.0 [ 63%]

...经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组...

来源: Laya3.0_api 发布时间: 20231115

870. laya.display.Animation [ 62%]

...而节省了动画模版创建的开销。 动画模版缓存池,以key-value键值对存储,key可以自定义,也可以从指定的配置文件中读取,value为对应的动画模版,是一个Graphics对象数组,每个Graphics对象对应一个帧图像,动画的播放实质就是...

来源: Laya2.0_api 发布时间: 20190513