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

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

491. laya.media.SoundChannel [ 51%]

...大音量)。 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

492. laya.components.Script [ 51%]

... 组件的生命周期 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

493. laya.ui.Label [ 51%]

...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

494. 打包APK一直失败 装到手机上就黑屏 求一个你们可以打包的工程 [ 51%]

...  :还有http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=42&id=184你们这个详细打包过程里面不应该说明一下要修改src下代码的路径吗  ?不然谁知道啊?你们这是隐藏buff吗?不过也没什么区别 我修改了还是不好使 2...

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

495. laya.d3.resource.Texture2D [ 51%]

...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

496. laya.device.motion.Accelerator [ 51%]

...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

497. laya.ui.ComboBox [ 51%]

...中选择单个值。 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

498. laya.d3.animation.AnimationTransform3D [ 51%]

...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

499. 官方技术文档中的问题 [ 50%]

...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

500. 高级应用-实时阴影 [ 50%]

...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