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

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

1221. laya.d3.core.particle.Particle3D [ 30%]

...) 创建一个 Particle3D 实例。 Parameters setting:ParticleSetting — value 粒子配置。 Method Detail_update()methodoverride public function _update(state:RenderState):void Parameters state:RenderStateaddParticle()method  public function addParticle(position:Vector3, velocity:Vector3):void...

来源: laya_api 发布时间: 20170603

1222. laya.display.AnimationBase [ 29%]

...n     public function get index():int    public function set index(value:int):voidintervalproperty interval:int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某...

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

1223. laya.d3.core.Sprite3D [ 29%]

...n     public function get layer():int    public function set layer(value:int):voidtransformproperty transform:Transform3D  [read-only] 获取精灵变换。 Implementation     public function get transform():Transform3Durlproperty url:String  [read-only] 获取资源的URL地址。...

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

1224. laya.map.TiledMap [ 29%]

...   public function get scale():Number    public function set scale(value:Number):voidshowGridTextureCountproperty public var showGridTextureCount:Boolean = false 是否显示大格子里显示的贴图数量 tileHeightproperty tileHeight:int  [read-only] 格子的高度 Implementation  ...

来源: laya_api 发布时间: 20170929

1225. laya.map.TiledMap [ 29%]

...   public function get scale():Number    public function set scale(value:Number):voidshowGridTextureCountproperty public var showGridTextureCount:Boolean = false 是否显示大格子里显示的贴图数量 tileHeightproperty tileHeight:int  [read-only] 格子的高度 Implementation  ...

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

1226. lib/arm/liblayaair.so 总是崩溃 [ 27%]

...x: onPostExecute 08-14 10:57:49.405 3996-3996/? I/NetworkSpeedManagerEx:  value = 3251.0 08-14 10:57:49.407 3996-3996/? I/NetworkSpeedManagerEx: speed = 3.2K/s 08-14 10:57:49.407 3996-3996/? I/NetworkSpeedView: /update(), speed=3.2K/s 08-14 10:57:49.417 17175-17175/? A/DEBUG: *** *** *** *** *** **...

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

1227. 安卓闪退,有日志 [ 27%]

...unc<void (laya::JSAudio::*)()>::call(v8::FunctionCallbackInfo<v8::Value> const&)+364) [arm64-v8a] 5 #04 pc 00000000009b6d1c /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value&g...

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

1228. laya.display.Node [ 27%]

...   public function get parent():Node    public function set parent(value:Node):voidtimerproperty public var timer:Timer时间控制器,默认为Laya.timer。Constructor DetailNode()Constructorpublic function Node() Node 类用于创建节点对象,节点是最基本的元素。 Method De...

来源: laya_api 发布时间: 20170929

1229. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 26%]

....onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i < f...

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

1230. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 26%]

....onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel &lt; channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var nowBuffering = myArrayBuffer.getChannelData(channel); for (var i = 0; i ...

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