大约有 148 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0061 秒)
Laya3.0_api(64) Laya_社区(20) Laya2.0_api(18) laya_api(17) Laya2.0_文档(15) Laya3.0_文档(13) Laya2.0_示例(1)
...ited from AnimationBase.count Defined in laya/display/AnimationBase.ts:269 当前动画中帧的总数。 Returns number customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启自定义渲染,只有...
来源: Laya3.0_api 发布时间: 20231115
... CAMERA : int = 4[static] Video currentSrc : String[read-only] 获取当前播放源路径。 Video currentTime : Number 设置和获取当前播放头位置。 Video customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用cust...
来源: laya_api 发布时间: 20170929
... false画布是否发生翻转。Stage clientScaleX : Number[read-only] 当前视窗由缩放模式导致的 X 轴缩放系数。Stage clientScaleY : Number[read-only] 当前视窗由缩放模式导致的 Y 轴缩放系数。Stage customRenderEnable : Boolean[write-only] 设置是否开启自...
来源: laya_api 发布时间: 20170929
...GM资源路径或ID * @param isBreak 若地址相同时是否打断当前bgm播放 * @returns */ public playBGM(url: string | number, isBreak: boolean = true): void { if (!url) { console.warn("SoundManager: BGM URL不能为空"); ...
来源: Laya_社区 发布时间: 20250930
...ull; this.loadingLabel = null; this.refreshList = null; /** 消息生成的当前最大id值 */ this.msgIdNow=1; /** 滚动条效果是否停止 */ this.scrollBarIsStop=false; /** 移动前的上次坐标位置 */ this.moveLastPos = null; /** 列表单元是否已打开 */ this.itemIsOpen=false; /**...
来源: Laya2.0_示例 发布时间: 20251130
...contains contains(node: Node): boolean Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 destroy destroy(destroyChild?: boo...
来源: Laya3.0_api 发布时间: 20231115
...据。 Stage对象和UI的View组件默认为true。 Sprite index : int 当前帧索引。 Clip interval : int 表示动画播放间隔时间(以毫秒为单位)。 Clip isPlaying : Boolean 表示动画的当前播放状态。 如果动画正在播放中,则为true,否则为flash。 Cli...
来源: laya_api 发布时间: 20170929
... false画布是否发生翻转。Stage clientScaleX : Number[read-only] 当前视窗由缩放模式导致的 X 轴缩放系数。Stage clientScaleY : Number[read-only] 当前视窗由缩放模式导致的 Y 轴缩放系数。Stage customRenderEnable : Boolean[write-only] 设置是否开启自...
来源: Laya2.0_api 发布时间: 20190513
... CAMERA : int = 4[static] Video currentSrc : String[read-only] 获取当前播放源路径。 Video currentTime : Number 设置和获取当前播放头位置。 Video customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用cust...
来源: Laya2.0_api 发布时间: 20190513
...能。默认为false。UI的View组建默认为true。 Sprite index : int当前播放索引。AnimationPlayerBase interval : int 播放间隔(单位:毫秒),默认为50毫秒,可以通过Config.animationInterval修改默认时间间隔。AnimationPlayerBase isPlaying : Boolean[read-only] ...
来源: laya_api 发布时间: 20170422