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

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

761. laya.ui.TipManager_API3.0 [ 65%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

762. 如何与服务端建立连接 [ 65%]

...te function receiveHandler(msg:Object = null):void{///接收到数据触发函数}private function closeHandler(e:Object= null):void{//关闭事件}private function errorHandler(e:Object = null):void{//连接出错} 发送 同byte 例如你的传输 json 转byte 类型 this.socket.send(this.byte.buf...

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

763. laya.components.AnimatorController2D_API3.0 [ 65%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

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

764. laya.ui.List [ 65%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite  dataSource : *[override] 数据赋值,通过对UI赋值来控制UI显示逻辑。 简单赋值会更改组件的默认属性,使用大括号可以指定组件的任意属性进行赋值。 List ...

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

765. laya.ani.AnimationTemplet_API3.0 [ 65%]

...t._BezierInterpolation_7] Defined in laya/ani/AnimationTemplet.ts:17 插值函数 Accessors cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number destroyed get destroyed(): boolean Inherited from Resource.destroyed...

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

766. laya.utils.Handler [ 65%]

...ault = null) — 执行域。  method:Function (default = null) — 处理函数。  args:Array (default = null) — 函数参数。  once:Boolean (default = false) — 是否只执行一次。 Method Detailclear()method public function clear():Handler 清理对象引用。 ReturnsHandlercreate()...

来源: laya_api 发布时间: 20170929

767. 物理系统之约束(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 65%]

...raintComponent,ConstraintComponent实现了基础公用的约束功能和函数,以下是LayaAir ConstraintComponent主要功能函数和属性说明: - 设置当前约束可用或者不可用 ```typescript set enabled(value: Boolean) ``` - 设置约束连接的第一个刚体 ```typescript se...

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

768. laya.utils.Handler [ 65%]

...ault = null) — 执行域。  method:Function (default = null) — 处理函数。  args:Array (default = null) — 函数参数。  once:Boolean (default = false) — 是否只执行一次。 Method Detailclear()method public function clear():Handler 清理对象引用。 ReturnsHandlercreate()...

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

769. laya.resource.AtlasResource_API3.0 [ 65%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

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

770. 物理碰撞脚本和触发器脚本(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 65%]

... 触发信息是指:`onTriggerStay`,`onTriggerStay`,`onTriggerExit`三个函数。 碰撞信息是指:`onCollisionEnter`,`onCollisionStay`,`onCollisionExit`三个函数。 > *碰撞后有碰撞检测并且有碰撞信息* | | PhysicsCollider | RigidBody | Kinematic RigidBody | PhysicsCollider Tr...

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