大约有 722 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
Laya_社区(259) Laya2.0_api(166) laya_api(138) Laya_示例(61) Laya2.0_示例(53) Laya2.0_文档(28) Laya3.0_api(9) Laya3.0_文档(8)
...大音量)。 SoundChannelPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任...
来源: laya_api 发布时间: 20170929
... 组件的生命周期 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 ...
来源: Laya2.0_api 发布时间: 20190513
...ee alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Label a...
来源: laya_api 发布时间: 20170929
... :还有http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=42&id=184你们这个详细打包过程里面不应该说明一下要修改src下代码的路径吗 ?不然谁知道啊?你们这是隐藏buff吗?不过也没什么区别 我修改了还是不好使 2...
来源: Laya_社区 发布时间: 20170120
...xture2D 二维纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture format : int[read-only] 纹理格式 BaseTexture height : int[read-only] 获取高度。 BaseT...
来源: laya_api 发布时间: 20170929
...tatic] [read-only] AcceleratorPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Accelerator(singleton:int)Accelerator event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getTransformedAcceleration(acceleration:AccelerationInfo):...
来源: Laya2.0_api 发布时间: 20190513
...中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : ...
来源: laya_api 发布时间: 20170929
...QuaternionAnimationTransform3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By AnimationTransform3D(owner:AnimationNode, localPosition:Float32Array = null, localRotation:Float32Array = null, localScale:Float32Array = null, worldMatrix:Float32Array = nul...
来源: Laya2.0_api 发布时间: 20190513
...tage.screenMode = Laya.Stage.SCREEN_NONE; //开启统计信息 Laya.Stat.show(); //添加3D场景 var scene = Laya.stage.addChild(new Laya.Scene()); //添加照相机 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))); camera.transform.translate(new Laya.Vector3(0, 3, 3)); camera.tran...
来源: Laya_社区 发布时间: 20180605
...tage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); this.scene = Laya.stage.addChild(new Laya.Scene()); var camera: Laya.Camera = (this.scene.addChild(new Laya.Camera(0, 0.1, 100))) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 0.7, 1.2)); camera.trans...
来源: Laya_示例 发布时间: 20241125