大约有 2,455 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0079 秒)
Laya_社区(1829) Laya3.0_api(238) Laya2.0_api(127) laya_api(116) Laya2.0_文档(99) Laya3.0_文档(37) Laya2.0_示例(6) Laya_示例(3)
...启自定义渲染,只有开启自定义渲染,才能使用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
...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
... 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
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite dataSource : *[override] 数据赋值,通过对UI赋值来控制UI显示逻辑。 简单赋值会更改组件的默认属性,使用大括号可以指定组件的任意属性进行赋值。 List ...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...raintComponent,ConstraintComponent实现了基础公用的约束功能和函数,以下是LayaAir ConstraintComponent主要功能函数和属性说明: - 设置当前约束可用或者不可用 ```typescript set enabled(value: Boolean) ``` - 设置约束连接的第一个刚体 ```typescript se...
来源: Laya2.0_文档 发布时间: 20210714
...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
... 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
... 触发信息是指:`onTriggerStay`,`onTriggerStay`,`onTriggerExit`三个函数。 碰撞信息是指:`onCollisionEnter`,`onCollisionStay`,`onCollisionExit`三个函数。 > *碰撞后有碰撞检测并且有碰撞信息* | | PhysicsCollider | RigidBody | Kinematic RigidBody | PhysicsCollider Tr...
来源: Laya2.0_文档 发布时间: 20210715