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

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

841. laya.d3.core.MeshFilter_API3.0 [ 83%]

...件。 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

842. laya.events.KeyLocation_API3.0 [ 83%]

... Index Properties LEFT NUM_PAD RIGHT STANDARD Properties Static LEFT LEFT: number = 1 Defined in laya/events/KeyLocation.ts:13 表示激活的键在左侧键位置(此键有多个可能的位置)。 Static NUM_PAD NUM_PAD: number = 3 Defined in laya/events/KeyLocation.ts:22 表示激活的键位...

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

843. laya.components.AnimatorTransition2D_API3.0 [ 83%]

...an Defined in laya/components/AnimatorTransition2D.ts:9 exitTime exitTime: number Defined in laya/components/AnimatorTransition2D.ts:8 mute mute: boolean Defined in laya/components/AnimatorTransition2D.ts:7 transduration transduration: number Defined in laya/components/AnimatorTransition2D.ts:11 tra...

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

844. 新人求教!!! [ 83%]

... * @param alpha (可选)透明度。 */ drawTexture(tex: Texture, x?: number, y?: number, width?: number, height?: number, m?: Matrix, alpha?: number): Array<any>; 我是看drawTexture这么定义 ,里面不是有宽高吗。。。 wq • 2018-02-27 10:47 好吧 我知道了,是偏移...

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

845. Shader预编译(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 83%]

...der3D; ``` 2.子着色器索引 ```typescript public get subShaderIndex(): number; ``` 3.通道索引 ```typescript public get passIndex(): number; ``` 4.宏定义集合 ```typescript public get defineNames(): Readonly ``` 5.判断两个着色器变种是否相等 ```typescript equal(other: ShaderVa...

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

846. 区块地图-滚动地图 [ 83%]

...ass TiledMap_SimpleDemo { private tiledMap: TiledMap; private mLastMouseX: number = 0; private mLastMouseY: number = 0; private mX: number = 0; private mY: number = 0; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.sc...

来源: Laya2.0_示例 发布时间: 20260303

847. laya.display.cmd.FillTextCmd [ 83%]

...齐方式,可选值:"left","center","right"。 FillTextCmd  x : Number 开始绘制文本的 x 坐标位置(相对于画布)。 FillTextCmd  y : Number 开始绘制文本的 y 坐标位置(相对于画布)。 FillTextCmdPublic Methods  MethodDefined By  recover():void 回收...

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

848. laya.utils.Stat [ 82%]

...计Stat  hide():void[static] 隐藏性能统计信息。 Stat  show(x:Number = 0, y:Number = 0):void[static] 显示性能统计信息。 StatProperty DetailcanvasBitmappropertypublic static var canvasBitmap:int = 0 画布 canvas 使用位图渲染的次数。canvasNormalproperty public static v...

来源: laya_api 发布时间: 20170929

849. laya.physics.joint.PulleyJoint_API3.0 [ 82%]

... in laya/components/Component.ts:24 获取所属Node节点。 ratio ratio: number = 1.5 Defined in laya/physics/joint/PulleyJoint.ts:27 [首次设置有效]两刚体移动距离比率 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component....

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

850. laya.d3.physics.PhysicsCollider [ 82%]

...n = true 是否可以缩放Shape。 PhysicsComponent ccdMotionThreshold : Number 取用于连续碰撞检测(CCD)的速度阈值,当物体移动速度小于该值时不进行CCD检测,防止快速移动物体(例如:子弹)错误的穿过其它物体,0表示禁止。 PhysicsComponent ccdSweptSpher...

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