大约有 102 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...-1 将准备好的图片放置项目资源目录下,并预加载资源,获取texture 准备好的图片head3.png 放置资源目录下 获取texture Laya.loader.load('head3.png',Handler.create(this,onTextureLoaded)); } private var texture:Texture; private function onTextureLoaded():void { textur...
来源: Laya_社区 发布时间: 20170324
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 closeEffectHandler closeEffectHandler: Handler = new Handler(this, this.closeEffect) Defined in lay...
来源: Laya3.0_api 发布时间: 20231115