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

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

101. 对话框点击空白处无法关闭 [ 84%]

... testUI=(function(_super){ function testUI(){ testUI.__super.call(this); } CLASS$(testUI,'ui.testUI',_super); var __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.createView(testUI.uiView); } testUI.uiView={"type":"Dialog","...

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

102. laya.d3.core.Bounds_API3.0 [ 84%]

...nherited Externals Only exported Menu Globals "laya/d3/core/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Properties _boundBox TEMP_VECTOR3_MAX0 TEMP_VECTOR3_MAX1 Methods calculateBoundsintersection clone cloneTo getC...

来源: Laya3.0_api 发布时间: 20231102

103. as3 自定义组件问题 [ 84%]

...aEditor\renders\custom\ScaleButton.js; 那么ScaleButton.xml->内容: className="component.ScaleButton"。是对的吗 mboat • 2017-09-25 22:14 还有ScaleButton.js,内容:(function(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__...

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

104. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 84%]

...: 我新写了个例子,发现个新问题 import Sprite = Laya.Sprite; class Test extends Sprite{ constructor(){ super(); this._initView(); } private _initView():void { let sprite:Sprite = new Sprite(); sprite.loadImage("res/scene/1001/layer1/qiang.jpg", 100, 100, 100, 100); this.addChild(sprite)...

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

105. laya.d3.shader.SubShader_API3.0 [ 84%]

... Externals Only exported Menu Globals "laya/d3/shader/SubShader" SubShader Class SubShader SubShader 类用于创建SubShader。 Hierarchy SubShader Index Constructors constructor Properties IncludeUniformMap Methods _addShaderPass addShaderPass getFlag setFlag __init__ regIncludeBindUnifrom Object ...

来源: Laya3.0_api 发布时间: 20231102

106. laya.d3.component.staticmesh.StaticBatchSubMesh_API3.0 [ 84%]

...obals "laya/d3/component/staticmesh/StaticBatchSubMesh" StaticBatchSubMesh Class StaticBatchSubMesh Hierarchy GeometryElement StaticBatchSubMesh Index Constructors constructor Properties _geometryElementOBj indexByteCount subInfos Accessors bufferState destroyed drawType indexFormat instanceCount mo...

来源: Laya3.0_api 发布时间: 20231115

107. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 83%]

.../RenderObjs/NativeOBJ/NativeUniformBufferObject" NativeUniformBufferObject Class NativeUniformBufferObject Hierarchy UniformBufferObject NativeUniformBufferObject Index Constructors constructor Properties _buffer _bufferType _bufferUsage _byteLength _conchUniformBufferObject _glBuffer _glPointer _na...

来源: Laya3.0_api 发布时间: 20231115

108. 关于分包的问题,是否是编译器bug? [ 83%]

...dow,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; })(window,document,Laya); 如果代码中这样写: var module:Module =new modules.LoginModule(); module.run(); 编译后login.js是正常的,里面各个类...

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

109. 绘制图形的BUG [ 83%]

...kage ui.test { import laya.display.Sprite; import laya.utils.Tween; public class MyBox extends Sprite { private var _shape:Sprite; public function MyBox() { super(); graphics.drawRect(0,0,200,200,"#00ff00"); _shape=new Sprite(); _shape.graphics.drawCircle(0,0,20,"#ff0000"); addChild(_shape); //加...

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

110. laya.particle.emitter.EmitterBase [ 83%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames EmitterBaseProperties | Methods Packagelaya.particle.emitterClasspublic class EmitterBaseInheritanceEmitterBase Object EmitterBase 类是粒子发射器类 Public Properties PropertyDefined By  emissionRate : Number ...

来源: laya_api 发布时间: 20170929