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

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

421. laya.d3.component.Script [ 87%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

来源: laya_api 发布时间: 20170929

422. event自定义事件的问题 [ 87%]

...ayaSample extends Sprite{ public static var event:String = "event"; public function LayaSample() { super(); //初始化引擎 Laya.init(1136, 640); var re:Revent = new Revent(); var de:DisEvent = new DisEvent(); } } } Revent类: package { import laya.display.Sprite; public class Revent extends Spr...

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

423. laya.d3.shader.Shader3D [ 87%]

...e是否开启调试模式。 Constructor DetailShader3D()Constructorpublic function Shader3D(name:String, attributeMap:Object, uniformMap:Object, enableInstancing:Boolean) 创建一个 Shader3D 实例。 Parameters name:String attributeMap:Object uniformMap:Object enableInstancing:BooleanMethod D...

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

424. 关联shader的uniform(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 87%]

...ript /** * 获取漫反射贴图。 * @return 漫反射贴图。 */ public function get albedoTexture(){ return this._shaderValues.getTexture(MultiplePassOutlineMaterial.ALBEDOTEXTURE); } /** * 设置漫反射贴图。 * @param value 漫反射贴图。 */ public function set albedoTexture(value) { i...

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

425. laya.net.HttpRequest [ 87%]

...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...

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

426. LayaAir IDE 1.4.0新增功能 附加(扩展)脚本的使用 [ 87%]

...class Btn { private var _owner:Sprite; private var _isScal:Boolean; public function Btn() { trace("btn的附加类已经开始执行"); } //设置owner函数,可以直接获取到Button组件的实例 public function set owner(v:Sprite):void { _owner = v; //由于时序问题,我们需要在此...

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

427. list里面可以加入多个view吗? [ 87%]

...ya.utils.Handler; public class LayaAirDemo { private var list:List; public function LayaAirDemo() { Laya.init(Browser.width,Browser.height); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load("res/atlas/comp.json",Handler.create(this,onLoaded),null,Loader.ATLAS); } private function onLoaded():void { lis...

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

428. laya.filters.webgl.ColorFilterActionGL [ 87%]

...r data:ColorFilterConstructor DetailColorFilterActionGL()Constructorpublic function ColorFilterActionGL()Method Detailapply3d()methodoverride public function apply3d(scope:SubmitCMDScope, sprite:Sprite, context:RenderContext, x:Number, y:Number):* Parameters scope:SubmitCMDScope sprite:Sprite cont...

来源: laya_api 发布时间: 20170929

429. laya.d3.core.particle.EmitterSphere [ 87%]

...射器速度随机值。Constructor DetailEmitterSphere()Constructorpublic function EmitterSphere(particle3D:Particle3D) 创建一个 EmitterSphere 实例。 Parameters particle3D:Particle3D — 粒子。 Method Detailemit()methodoverride public function emit():void 球发射器发射函数。 updat...

来源: laya_api 发布时间: 20170603

430. laya.d3.graphics.Vertex.VertexPositionTexture0 [ 87%]

...itionpropertyposition:Vector3  [read-only] Implementation     public function get position():Vector3textureCoordinate0property textureCoordinate0:Vector2  [read-only] Implementation     public function get textureCoordinate0():Vector2vertexDeclarationproperty vertexDeclaration:VertexDe...

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