大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0073 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...) 创建一个 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
...n public function get index():int public function set index(value:int):voidintervalproperty interval:int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某...
来源: Laya2.0_api 发布时间: 20190513
...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
... 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
... 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
...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
...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
... 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
....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
....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 ...
来源: Laya3.0_文档 发布时间: 20251010