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

大约有 1,036 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)

661. laya.d3.core.Bounds_API3.0 [ 72%]

...s calculateBoundsintersection calculateBoundsintersection(bounds: Bounds): number Defined in laya/d3/core/Bounds.ts:217 Parameters bounds: Bounds Returns number -1为不相交 不为0的时候返回值为相交体积 clone clone(): any Defined in laya/d3/core/Bounds.ts:256 克隆。 Returns any 克...

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

662. laya.components.Script_API3.0 [ 72%]

...件。 Parameters value: boolean Returns void hideFlags get hideFlags(): number set hideFlags(value: number): void Inherited from Component.hideFlags Defined in laya/components/Component.ts:38 Returns number Inherited from Component.hideFlags Defined in laya/components/Component.ts:42 Parameters val...

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

663. laya.d3.component.Animator [ 72%]

...取缓存播放帧,缓存模式下生效。 Animator  cachePlayRate : Number 获取缓存播放速率,缓存模式下生效。 Animator  clip : AnimationClip 获取默认动画片段。 Animator  curAnimationDatas : Vector.<Float32Array>[read-only] 获取骨骼数据。 Animator  c...

来源: laya_api 发布时间: 20170929

664. laya.device.geolocation.Geolocation [ 72%]

...更少的电量消耗。 默认值为false。 Geolocation  maximumAge : Number = 0[static] 表示可被返回的缓存位置信息的最大时限。 如果设置为0,意味着设备不使用缓存位置,并且尝试获取实时位置。 如果设置为Infinity,设备必须返回缓存位置...

来源: laya_api 发布时间: 20170929

665. laya.device.geolocation.Geolocation [ 72%]

...更少的电量消耗。 默认值为false。 Geolocation  maximumAge : Number = 0[static] 表示可被返回的缓存位置信息的最大时限。 如果设置为0,意味着设备不使用缓存位置,并且尝试获取实时位置。 如果设置为Infinity,设备必须返回缓存位置...

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

666. laya.d3.core.material.PBRMaterial_API3.0 [ 72%]

...3/core/material/PBRMaterial.ts:638 Returns PBRMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在...

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

667. laya.d3.core.light.SpotLight_API3.0 [ 72%]

.../display/Node.ts:62 节点标签 Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node....

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

668. laya.d3.core.light.PointLight_API3.0 [ 72%]

.../display/Node.ts:62 节点标签 Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node....

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

669. laya.d3.math.Vector3 [ 72%]

...用于创建三维向量。 Public Properties PropertyDefined By  x : NumberX轴坐标Vector3  y : NumberY轴坐标Vector3  z : NumberZ轴坐标Vector3Public Methods  MethodDefined By  Vector3(x:Number = 0, y:Number = 0, z:Number = 0, nativeElements:Float32Array = null) 创建一个 Vector...

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

670. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 72%]

...Class() export class UI_Dialog extends Laya.Script { private DIALOG_WIDTH: number = 220; private DIALOG_HEIGHT: number = 275; private CLOSE_BTN_WIDTH: number = 43; private CLOSE_BTN_PADDING: number = 5; private assets: any[]; private dialog: Laya.Dialog; constructor() { super(); } /** * 组件被激...

来源: Laya3.0_文档 发布时间: 20230303