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

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

211. laya.net.Socket [ 33%]

...收文本和二进制数据。 要使用 Socket 类的方法,请先使用构造函数 new Socket 创建一个 Socket 对象。 Socket 以异步方式传输和接收数据。 Public Properties PropertyDefined By  connected : Boolean[read-only] 表示此 Socket 对象目前是否已连接。 Sock...

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

212. SubShader介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 32%]

...有多个subShader。 **在LayaAir3D中的SubShader属性介绍:** - 1.构造函数,需要两个参数,一个是attributeMap,一个是uniformMap,attributeMap定义了顶点的属性信息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称...

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

213. laya.net.Socket_API3.0 [ 32%]

...收文本和二进制数据。 要使用 Socket 类的方法,请先使用构造函数 new Socket 创建一个 Socket 对象。 Socket 以异步方式传输和接收数据。 Hierarchy EventDispatcher Socket Index Constructors constructor Properties disableInput protocols BIG_ENDIAN LITTLE_ENDIAN A...

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

214. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 31%]

...var statueLel = target.statue.level; var angelLel = target.angel.level; // 构造 function IsLand() { // 初始化 IsLand.__super.call(this); // 名字 this.name = "gemini"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; /...

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

215. SubShader介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 31%]

...有多个subShader。 **在LayaAir3D中的SubShader属性介绍:** - 1.构造函数,需要两个参数,一个是attributeMap,一个是uniformMap,attributeMap定义了顶点的属性信息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称...

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

216. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 31%]

...有多个subShader。 **在LayaAir3D中的SubShader属性介绍:** - 1.构造函数,需要两个参数,一个是attributeMap,一个是uniformMap,attributeMap定义了顶点的属性信息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称...

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

217. laya.net.LoaderManager [ 31%]

...ll) — 资源类型。  constructParams:Array (default = null) — 资源构造函数参数。  propertyParams:Object (default = null) — 资源属性参数。  priority:int (default = 1) — (default = 1)加载的优先级,优先级高的优先加载。有0-4共5个优先级,0最高,4最...

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

218. laya.ui.Panel [ 31%]

...ethodDefined By  Panel() 创建一个新的 Panel 类实例。 在 Panel 构造函数中设置属性width、height的值都为100。 Panel  addChild(child:Node):Node[override] 添加子节点。 Panel  addChildAt(child:Node, index:int):Node[override] 添加子节点到指定的索引位置。 ...

来源: laya_api 发布时间: 20170929

219. laya.ui.Tree [ 30%]

... MethodDefined By  Tree() 创建一个新的 Tree 类实例。 在 Tree 构造函数中设置属性width、height的值都为200。 Tree addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):...

来源: laya_api 发布时间: 20170929

220. laya.ui.Panel [ 30%]

...ethodDefined By  Panel() 创建一个新的 Panel 类实例。 在 Panel 构造函数中设置属性width、height的值都为100。 Panel  addChild(child:Node):Node[override] 添加子节点。 Panel  addChildAt(child:Node, index:int):Node[override] 添加子节点到指定的索引位置。 ...

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