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

大约有 1,839 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0082 秒)

561. 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? [ 90%]

...mplements laya.d3.core.render.IUpdate { protected static _uniqueIDCounter: number; protected _id: number; protected _cachedOwnerLayerMask: number; protected _cachedOwnerEnable: boolean; protected _enable: boolean; protected _owner: laya.d3.core.Sprite3D; /**是否已执行start函数。*/ started: b...

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

562. laya.ani.swf.MovieClip [ 90%]

...c Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

来源: laya_api 发布时间: 20170929

563. laya.display.Input [ 90%]

...r": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并...

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

564. 鼠标交互-双指缩放(多点触控) [ 90%]

...Scale { //上次记录的两个触模点之间距离 private lastDistance: number = 0; private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CE...

来源: Laya_示例 发布时间: 20241119

565. laya.utils.Browser_API3.0 [ 90%]

...ing now removeElement Properties Static PLATFORM_ANDROID PLATFORM_ANDROID: number = 1 Defined in laya/utils/Browser.ts:71 Static PLATFORM_IOS PLATFORM_IOS: number = 2 Defined in laya/utils/Browser.ts:72 Static PLATFORM_PC PLATFORM_PC: number = 0 Defined in laya/utils/Browser.ts:70 Static canvas canv...

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

566. laya.d3.core.render.BaseRender_API3.0 [ 90%]

...Path Defined in laya/components/Component.ts:35 sortingFudge sortingFudge: number Defined in laya/d3/core/render/BaseRender.ts:158 排序矫正值。 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean bounds get bounds():...

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

567. 输入设备-贪吃蛇(重力感应) [ 90%]

...gments:Array = []; private foods:Array = []; private initialSegmentsAmount:number = 5; private vx:number = 0 private vy:number = 0; private targetPosition:Point; constructor() { Laya.init(Browser.width, Browser.height, WebGL); // 初始化蛇 this.initSnake(); // 监视加速器状态 Accelerator.in...

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

568. laya.display.Input [ 90%]

...r": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更...

来源: laya_api 发布时间: 20170929

569. laya.d3.resource.models.SphereMesh [ 90%]

...类用于创建球体。 Public Properties PropertyDefined By  radius : Number 返回半径 SphereMesh  slices : int 获取宽度分段 SphereMesh  stacks : int 获取高度分段 SphereMeshPublic Methods  MethodDefined By  SphereMesh(radius:Number = 0.5, stacks:int = 32, slices:int = 32) ...

来源: laya_api 发布时间: 20170929

570. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 90%]

...Path Defined in laya/components/Component.ts:35 sortingFudge sortingFudge: number Inherited from PixelLineRenderer.sortingFudge Defined in laya/d3/core/render/BaseRender.ts:158 排序矫正值。 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Compon...

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