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

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

2631. laya.display.FrameAnimation [ 44%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames FrameAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class FrameAnimationInheritanceFrameAnimation AnimationBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 节点关...

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

2632. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 43%]

... set property 'pivotX' of null 打开弹窗UI时报错 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' ...

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

2633. laya.map.MapLayer [ 43%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MapLayerProperties | Methods | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就...

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

2634. 绘制曲线(ActionScript-LayaAir基础篇(AS3)-矢量图) [ 43%]

...play.Stage;     import laya.webgl.WebGL;            public class Sprite_DrawShapes     {         private var sp:Sprite;                    public function Sprite_DrawShapes()         {             Laya.init(500, 300, WebGL);  ...

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

2635. laya.ui.VSlider [ 43%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VSliderProperties | Methods | Events Packagelaya.uiClasspublic class VSliderInheritanceVSlider Slider UIComponent Sprite Node EventDispatcher Object 使用 VSlider 控件,用户可以通过在滑块轨道的终点之...

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

2636. 材质的功能介绍(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 43%]

...址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=3D&class=laya.d3.core.render.BaseRender))。 ​ 获取的材质分为两种类型: ​ 自身材质 **Material**,如果自身材质被修改了,只有自身模型显示进行变化; ​ 共享材质 **SharedMaterial** ...

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

2637. 使用百度地图显示当前位置(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 43%]

...度地图的div容器 ``` ### 二、接着是构造函数: ```typescript class WatchPosition { constructor() { Laya.init(1, 1); this.init(); // 使用高精度位置 Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.watchPosition(Laya.Handler.create(this, this.updatePosition), Laya.Han...

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

2638. laya.d3.core.material.ParticleMaterial [ 43%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ParticleMaterialInheritanceParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public ...

来源: laya_api 发布时间: 20170603

2639. laya.ui.LayoutBox [ 43%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box UIComponent Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public P...

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

2640. 求HTTP相关的文档或者例子谢谢了 [ 43%]

...; import flash.net.URLRequestMethod; import flash.net.URLVariables; public class HTTP_URLRequest extends Sprite { public function HTTP_URLRequest() { if(stage) { init(); } else { this.addEventListener(Event.ADDED_TO_STAGE,init); } } private function init(e:Event=null):void { //第一步:加载数...

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