大约有 826 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya3.0_api(263) Laya_社区(252) Laya2.0_api(142) laya_api(119) Laya2.0_文档(28) Laya3.0_文档(17) Laya_示例(3) Laya2.0_示例(2)
...则为垂直方向,否则为水平方向。 默认值为:true。 The default value is true.maxproperty max:Number 获取或设置表示最高位置的数字。 默认值为100。 Implementation public function get max():Number public function set max(value:Number):voidmeasureHeig...
来源: laya_api 发布时间: 20170929
... = null) 创建一个 RenderableSprite3D 实例。 Parameters name:String (default = null)Method Detail_setBelongScene()methodoverride public function _setBelongScene(scene:Scene):void Parameters scene:Scene_setUnBelongScene()method override public function _setUnBelongScene():void _update()method...
来源: laya_api 发布时间: 20170929
...让他每次累加的同时清空上次的路径 var sp; var x = 0; export default class Scene extends Laya.Sprite{ constructor(){ super(); Laya.init(500, 300, Laya.WebGL); var bg = new Laya.Sprite(); bg.loadImage("comp/hunter.jpg"); this.addChild(bg); Laya.timer.frameLoop(1,this,this.move); // draw...
来源: Laya_社区 发布时间: 20190520
... 修改初始化内存 window['Config3D'] && (window['Config3D']['_defaultConfig']['_defaultPhysicsMemory']=100); 2018-11-01 0 6 分享 微博 QZONE 微信 dss 赞同来自: 请问这个问题具体是哪里引起的,有方案了吗? 2018-11-28 0 0 分享 微博 QZONE 微信 永林 ...
来源: Laya_社区 发布时间: 20181025
...ler — 带有唯一Position参数的回调处理器。 onError:Handler (default = null) — 可选的。带有错误信息的回调处理器。错误代码为Geolocation.PERMISSION_DENIED、Geolocation.POSITION_UNAVAILABLE和Geolocation.TIMEOUT之一。 watchPosition()method public static funct...
来源: laya_api 发布时间: 20170929
...ler — 带有唯一Position参数的回调处理器。 onError:Handler (default = null) — 可选的。带有错误信息的回调处理器。错误代码为Geolocation.PERMISSION_DENIED、Geolocation.POSITION_UNAVAILABLE和Geolocation.TIMEOUT之一。 watchPosition()method public static funct...
来源: Laya2.0_api 发布时间: 20190513
...位置定位是没错,而且都是整数的移动地图的。 export default class MapSprite extends Laya.Image{ isShow:boolean = false; name:string = ""; constructor() { super(); } loadImageAndPos(name:string,posX:number,posY:number):void { this.name = name; this.anchorX = 0; this.anchorY = ...
来源: Laya_社区 发布时间: 20190315
...则为垂直方向,否则为水平方向。 默认值为:true。 The default value is true.maxproperty max:Number 获取或设置表示最高位置的数字。 默认值为100。 Implementation public function get max():Number public function set max(value:Number):voidminproperty...
来源: Laya2.0_api 发布时间: 20190513
...cs/PhysicsCollider.ts:10 创建一个 PhysicsCollider 实例。 Parameters Default value collisionGroup: number = Physics3DUtils.COLLISIONFILTERGROUP_DEFAULTFILTER 所属碰撞组。 Default value canCollideWith: number = Physics3DUtils.COLLISIONFILTERGROUP_ALLFILTER 可产生碰撞的碰撞组。 R...
来源: Laya3.0_api 发布时间: 20231115
...1。音量范围从 0(静音)至 1(最大音量)。 * @param url (default = null)声音播放地址。默认为null。为空表示设置所有音效(不包括背景音乐)的音量,不为空表示设置指定声音(背景音乐或音效)的音量。 */ static setSoundVolume(volume:...
来源: Laya3.0_文档 发布时间: 20241014