大约有 19 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
...区域。通过mask属性,即可实现遮罩效果。继续看代码和注释,我们将2.1示例代码修改为如下代码: ```javascript (function() { var Sprite = Laya.Sprite; var Texture = Laya.Texture; var Handler = Laya.Handler; var Res; var img; (function() { Laya.init(1136,640); //设...
来源: Laya2.0_文档 发布时间: 20210715
...区域。通过mask属性,即可实现遮罩效果。继续看代码和注释,我们将2.1示例代码修改为如下代码: ```java // 程序入口 class MaskDemo{ private Res:string; private img:Laya.Sprite; private cMask:Laya.Sprite; constructor() { Laya.init(1336,640); //设置舞台背景...
来源: Laya2.0_文档 发布时间: 20210715
...aya.Tween.from(letterText,{y:100},3000,Laya.Ease.elasticOut,null,i*1000);//注释本行改为将Laya.Tween.from改变为Laya.Tween.to Laya.Tween.to(letterText, { y : 300 }, 3000, Laya.Ease.elasticOut, null, i * 1000); 运行效果如动图3-3所示 (动图3-3) 由于动图3-3中,是初始y属...
来源: Laya3.0_文档 发布时间: 20241014
...veloper.mozilla.org/zh-CN/docs/Web/API/AudioBufferSourceNode)来播放它. 注释里说明了它的功能。 ```javascript var audioCtx = new (window.AudioContext || window.webkitAudioContext)(); // Stereo var channels = 2; // Create an empty two-second stereo buffer at the // sample rate of the Aud...
来源: Laya2.0_文档 发布时间: 20210714
...,FontClip也可以满足,使用更为简单。 除了上面的代码和注释说明,如果想了解更多关于位图字体相关的API,可以通过官网API文档查询。 #### **Text类中的相关接口:** https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?type=Core&category=disp...
来源: Laya2.0_文档 发布时间: 20210715
...veloper.mozilla.org/zh-CN/docs/Web/API/AudioBufferSourceNode)来播放它. 注释里说明了它的功能。 ```javascript var audioCtx = new (window.AudioContext || window.webkitAudioContext)(); // Stereo var channels = 2; // Create an empty two-second stereo buffer at the // sample rate of the Aud...
来源: Laya2.0_文档 发布时间: 20210715
...veloper.mozilla.org/zh-CN/docs/Web/API/AudioBufferSourceNode)来播放它. 注释里说明了它的功能. ```javascript var audioCtx = new (window.AudioContext || window.webkitAudioContext)(); // Stereo var channels = 2; // Create an empty two-second stereo buffer at the // sample rate of the Audio...
来源: Laya2.0_文档 发布时间: 20210715
...veloper.mozilla.org/zh-CN/docs/Web/API/AudioBufferSourceNode)来播放它. 注释里说明了它的功能。 ```javascript var audioCtx = new (window.AudioContext || window.webkitAudioContext)(); // Stereo var channels = 2; // Create an empty two-second stereo buffer at the // sample rate of the Aud...
来源: Laya3.0_文档 发布时间: 20241014
...辨率概念,也可以称为设备宽高,在LayaAir引擎的一些API注释里会写作屏幕宽高,其实都是一回事。开发者可以通过引擎封装的接口获得宽高值,通过`Laya.Browser.width`可以得到设备宽上有多少物理像素,通过`Laya.Browser.height`可以得...
来源: Laya2.0_文档 发布时间: 20210715