大约有 618 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0048 秒)
Laya3.0_api(242) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_社区(20) Laya2.0_示例(1) Laya_示例(1) Laya2.0_文档(1)
...ource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Defined in laya/resource/Resource.ts:19 是否开启debug模式 Accessors cpuMemory get cpuMemory(): number Defined in laya/resource/Resource.ts:124 内存大小。 Returns number destroyed get destroyed(): boolean Defi...
来源: Laya3.0_api 发布时间: 20231115
...rties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CompoundColliderShape.needsCustomCollisionCallback Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.S...
来源: Laya3.0_api 发布时间: 20231115
...能说明 默认选中 selected 单选框是否为选中状态,默认为false。设置为true后,单选框会一直保持选中(持续选中)的状态,而不会再对其它状态产生变化(除非在代码中进行状态改变) 纹理 skin 单选框的皮肤纹理资源。设置后需...
来源: Laya3.0_文档 发布时间: 20251010
...类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器...
来源: Laya3.0_api 发布时间: 20231115
...在引用计数为0的时候立马删除他 islooping islooping: boolean = false Defined in laya/d3/animation/AnimationClip.ts:79 是否循环。 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机...
来源: Laya3.0_api 发布时间: 20231115
...,也是selfBody的目标角度MotorJoint collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseMotorJoint correctionFactor : NumberselfBody向目标位置移动时的缓动因子,取值0~1,值越大速度越快MotorJoint destroyed : B...
来源: Laya2.0_api 发布时间: 20190513
...载的内容 LoaderManager clearRes(url:String, forceDispose:Boolean = false):void 清理指定资源地址缓存。 LoaderManager clearResByGroup(group:String):void 根据分组清理资源。 LoaderManager clearUnLoaded():void 清理当前未完成的加载,所有未加载的内容全...
来源: laya_api 发布时间: 20170929
...)); alert(bridge.call("testNumber:",256.0)); alert(bridge.call("testBool:",false)); obj.value = "Hello OC!"; bridge.callWithBack(function(value: any) { var obj = JSON.parse(value) alert(obj.value); },"testAsyncCallback:", JSON.stringify(obj)); } else if (os == "Conch-android") { alert(bridge.call("t...
来源: Laya3.0_文档 发布时间: 20250422
...at depthFormat: RenderTargetFormat Default value generateMipmap: boolean = false Default value multiSamples: number = 1 Default value generateDepthTexture: boolean = false Default value sRGB: boolean = false Returns RenderTexture Properties _generateMipmap _generateMipmap: boolean Defined in laya/d3...
来源: Laya3.0_api 发布时间: 20231102
...spatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher on...
来源: laya_api 发布时间: 20170929