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

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

91. 网络和格式-GET [ 78%]

...种开发语言、LayaAirIDE让项目开发更高效。let hr, logger; class Network_GET { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Event = Laya.Event, Accelerator = Laya.Accelerator; // 不支持WebGL时自动...

来源: Laya2.0_示例 发布时间: 20251130

92. LAYA的AS3项目碰见个问题,求解 [ 78%]

...ntSize="12" editorInfo="compId=2"/> </View>   mytexts.as: public class myTexts extends myTextsUI        public function myTexts()         {             super();         }         override protected function initialize():void         {           ...

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

93. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 78%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.List)。 ### 1.1 创建 List 组件 #### 1.编辑列表项。 ​ 列表项可以是 Box 对象或 View(页面) 或其它自定义页面对象。此处以Box 对象为例。 ​ **a.**从资源面板里选...

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

94. 请问 layaair2.0的js有没有api可以查询 例如Laya.Script [ 78%]

...击它们无法获知,我点的是哪个,代码 如下 export default class btn1 extends Laya.Script { constructor(){super();} onEnable(){} onClick(){ alert("id="+this.id); //这里有一个id,但是系统自动生成的,无法获知这个id代表哪个按钮被点(因为我有4个按钮...

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

95. as hello world 背景还是黑色 [ 78%]

...d 背景还是黑色 as hello world package { import laya.ui.Label; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#ffffff"; var sp : Label = new Label("hello world"); //sp.fontSize = 55; sp.pos(100, 100) ; //sp.color = "#000000...

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

96. laya.d3.shader.SubShader_API3.0 [ 78%]

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

97. laya.d3.shader.GLSLCodeGenerator_API3.0 [ 77%]

...exported Menu Globals "laya/d3/shader/GLSLCodeGenerator" GLSLCodeGenerator Class GLSLCodeGenerator Hierarchy GLSLCodeGenerator Index Methods glslAttributeString glslUniformString Methods Static glslAttributeString glslAttributeString(attributeMap: {}): string Defined in laya/d3/shader/GLSLCodeGenera...

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

98. laya.d3.math.Vector2 [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By ...

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

99. laya.d3.component.Animator [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimatorProperties | Methods | Constants Packagelaya.d3.componentClasspublic class AnimatorInheritanceAnimator Component Object Animator 类用于创建动画组件。 Public Properties Hide Inherited Public Properties ...

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

100. laya.display.Node [ 76%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames NodeProperties | Methods | Events Packagelaya.displayClasspublic class NodeInheritanceNode EventDispatcher ObjectSubclasses Sprite Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya...

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