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

大约有 1,125 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0049 秒)

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

102. laya.d3.renderobjs.nativeobj.NativeInstanceRenderElementOBJ_API3.0 [ 84%]

...s/NativeOBJ/NativeInstanceRenderElementOBJ" NativeInstanceRenderElementOBJ Class NativeInstanceRenderElementOBJ Hierarchy NativeRenderElementOBJ NativeInstanceRenderElementOBJ Implements IRenderElement Index Constructors constructor Properties _nativeObj _owner _shaderInstances Accessors _geometry _...

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

103. 对话框点击空白处无法关闭 [ 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

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

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

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

107. laya.d3.component.staticmesh.StaticBatchSubMesh_API3.0 [ 83%]

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

108. laya.utils.ClassUtils [ 83%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ClassUtilsProperties | Methods Packagelaya.utilsClasspublic class ClassUtilsInheritanceClassUtils Object ClassUtils 是一个类工具类。 Public Properties PropertyDefined By  _classMap : Object[static] ClassUtils...

来源: laya_api 发布时间: 20170929

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

110. 关于分包的问题,是否是编译器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