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

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

2661. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 43%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/CapsuleColliderShape" CapsuleColliderShape Class CapsuleColliderShape CapsuleColliderShape 类用于创建胶囊形状碰撞器。 Hierarchy ColliderShape CapsuleColliderShape Impl...

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

2662. laya.device.motion.Gyroscope_API3.0 [ 43%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/Gyroscope" Gyroscope Class Gyroscope 使用Gyroscope.instance获取唯一的Gyroscope引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function onOr...

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

2663. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 43%]

...ge = Laya.Image; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_Clip { private buttonSkin: string = "res/ui/button-7.png"; private clipSkin: string = "res/ui/num0-9.png"; private bgSkin: string = "res/ui/coutDown.png"; private counter: Clip; private currFrame: number; priv...

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

2664. laya.events.InputManager_API3.0 [ 43%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/InputManager" InputManager Class InputManager Hierarchy InputManager Index Constructors constructor Properties clickTestThreshold isTextInputting isiOSWKwebView keyEventsEnabled mouseEventsE...

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

2665. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 43%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/ConeColliderShape" ConeColliderShape Class ConeColliderShape ConeColliderShape 类用于创建圆锥碰撞器。 Hierarchy ColliderShape ConeColliderShape Implements IClone Index C...

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

2666. laya.d3.shader.SubShader_API3.0 [ 43%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/SubShader" SubShader Class SubShader SubShader 类用于创建SubShader。 Hierarchy SubShader Index Constructors constructor Properties IncludeUniformMap Methods _addShaderPass addShader...

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

2667. laya.d3.math.Vector2_API3.0 [ 43%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNat...

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

2668. Ts简单对象池 [ 43%]

...该对象池对应的编号对应好,否则使用时会出问题 */   export default class PoolManager { static _instance:any; public m_ObjectPoolDic:{[key:number]:QueueT<Laya.MeshSprite3D>}={} constructor() { } static getInstance() { return this._instance || (this._instance = new PoolManag...

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

2669. laya.d3.physicscannon.CannonPhysicsSimulation_API3.0 [ 43%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/CannonPhysicsSimulation" CannonPhysicsSimulation Class CannonPhysicsSimulation Simulation 类用于创建物理模拟器。 Hierarchy CannonPhysicsSimulation Index Properties fixed...

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

2670. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 43%]

...Laya.VScrollBar; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ScrollBar { /***水平滚动条资源**/ private skins:Array=["res/ui/hscroll.png", "res/ui/hscroll$bar.png", "res/ui/hscroll$down.png", "res/ui/hscroll$up.png"]; /***提示信息文本框**/ private promptTex...

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