大约有 919 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya3.0_api(529) Laya_社区(122) Laya2.0_api(101) laya_api(89) Laya3.0_文档(36) Laya2.0_文档(26) Laya2.0_示例(10) Laya_示例(6)
...n once Constructors constructor new ButtonGamepad(handness: string, index: number): ButtonGamepad Defined in laya/d3/WebXR/core/WebXRGamepad.ts:104 类用于创建Button对象 Parameters handness: string 设备名称 index: number button缩影 Returns ButtonGamepad Properties handness handness: stri...
来源: Laya3.0_api 发布时间: 20231115
...etBuffer Constructors constructor new NativeUniformBufferObject(glPointer: number, name: string, bufferUsage: BufferUsage, byteLength: number, isSingle: boolean): NativeUniformBufferObject Overrides UniformBufferObject.constructor Defined in laya/d3/RenderObjs/NativeOBJ/NativeUniformBufferObject.ts:...
来源: Laya3.0_api 发布时间: 20231115
...es fixedTimeStep flags maxSubSteps Properties fixedTimeStep fixedTimeStep: number = 1.0 / 60.0 Defined in laya/d3/physics/PhysicsSettings.ts:12 物理模拟器帧的间隔时间。 flags flags: number = 0 Defined in laya/d3/physics/PhysicsSettings.ts:6 标志集合。 maxSubSteps maxSubSteps: number...
来源: Laya3.0_api 发布时间: 20231115
...dArrayBuffer(4)) // also filters out NaN, non-number types, including empty strings, but allows bigints const valid = ms > 0 && ms < Infinity if (valid === false) { ...
来源: Laya_社区 发布时间: 20201201
... default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new ...
来源: Laya_社区 发布时间: 20181112
...创建一个 ConeShape 实例。 Returns ConeShape Properties angle angle: number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:18 发射弧度。 emitType emitType: number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:24 发射类型,0为Base,1为BaseShell,...
来源: Laya3.0_api 发布时间: 20231115
...Returns Geolocation Properties Static PERMISSION_DENIED PERMISSION_DENIED: number = 1 Defined in laya/device/geolocation/Geolocation.ts:15 由于权限被拒绝造成的地理信息获取失败。 Static POSITION_UNAVAILABLE POSITION_UNAVAILABLE: number = 2 Defined in laya/device/geolocation/Geoloca...
来源: Laya3.0_api 发布时间: 20231115
...边框颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number Defined in laya/display/cmd/DrawPolyCmd.ts:34 可选)边框宽度。 points points: number[] | null Defined in laya/display/cmd/DrawPolyCmd.ts:22 多边形的点集合。 x x: number Defined in laya/display/cmd/DrawPol...
来源: Laya3.0_api 发布时间: 20231115
...果前者为0或为空,则选择后者。 */ static get clientWidth(): number { Browser.__init__(); return Browser._clientWidth || Browser._window.innerWidth || Browser._document.body.clientWidth; } static set clientWidth(value: number) { Browser._clientWidth = value; } /** * 浏览器窗口可视...
来源: Laya3.0_文档 发布时间: 20241014
... Parameters value: Color Returns void 颜色。 fontSize get fontSize(): number set fontSize(value: number): void Defined in laya/d3/text/TextMesh.ts:32 获取字体尺寸。 Returns number 字体尺寸。 Defined in laya/d3/text/TextMesh.ts:40 设置字体储存。 Parameters value: number 字体...
来源: Laya3.0_api 发布时间: 20231115