大约有 2,727 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0060 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...wei 赞同来自: private var _guideImage:Image; public function main():void { _guideImage = new Image(); _guideImage.source = Loader.getRes("source/png/ui/1/guideImg.png"); tweenGuide1(_guideImage ); Tween.clearAll(_guideImage); _guideImage.destroy(true); _guideImage.dis...
来源: Laya_社区 发布时间: 20161216
...ataVector2 实例。 GradientDataVector2 add(key:Number, value:Vector2):void 增加二维向量渐变。 GradientDataVector2 clone():* 克隆。 GradientDataVector2 cloneTo(destObject:*):void 克隆。 GradientDataVector2Property DetailgradientCountpropertygradientCount:int [read-only] ...
来源: laya_api 发布时间: 20170929
...ataVector2 实例。 GradientDataVector2 add(key:Number, value:Vector2):void 增加二维向量渐变。 GradientDataVector2 clone():* 克隆。 GradientDataVector2 cloneTo(destObject:*):void 克隆。 GradientDataVector2Property DetailgradientCountpropertygradientCount:int [read-only] ...
来源: Laya2.0_api 发布时间: 20190513
...r.load(this.apePath, Handler.create(this, this.setup)); } private setup(): void { this.createApe(); this.applayFilter(); } private createApe(): void { this.ape = new Sprite(); this.ape.loadImage(this.apePath); var texture: Texture = Laya.loader.getRes(this.apePath); this.ape.x = (Laya.stage.width - ...
来源: Laya_示例 发布时间: 20241119
...xture2D。 DataTexture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private DataTexture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 DataTexture2D recreateResource():void[override] 重新创建资源,如果异步创建中被强...
来源: laya_api 发布时间: 20170929
...layabmfont.fnt",new Handler(this,onLoaded)); } private function onLoaded():void { init(); } private function init():void { //如果位图字体中,没放空格,最好设置一个空格宽度 mBitmapFont.setSpaceWidth(10); Text.registerBitmapFont(mFontName, mBitmapFont); var txt:Text = new Text()...
来源: Laya2.0_文档 发布时间: 20201114
...l"; Laya.stage.bgColor = "#232628"; this.loadFont(); } private loadFont(): void { var bitmapFont: BitmapFont = new BitmapFont(); bitmapFont.loadFont("../../res/bitmapFont/test.fnt", new Handler(this, this.onFontLoaded, [bitmapFont])); } private onFontLoaded(bitmapFont: BitmapFont): void { bitmapFont...
来源: Laya_示例 发布时间: 20241119
...setFilters setFilters(minFilter: TextureFilter, magFilter: TextureFilter): void Defined in laya/spine/SpineTexture.ts:20 Parameters minFilter: TextureFilter magFilter: TextureFilter Returns void setWraps setWraps(uWrap: TextureWrap, vWrap: TextureWrap): void Defined in laya/spine/SpineTexture.ts:36 ...
来源: Laya3.0_api 发布时间: 20231115
...r.load(this.apePath, Handler.create(this, this.setup)); } private setup(): void { this.createApe(); this.applayFilter(); } private createApe(): void { this.ape = new Sprite(); this.ape.loadImage(this.apePath); var texture: Texture = Laya.loader.getRes(this.apePath); this.ape.x = (Laya.stage.width - ...
来源: Laya2.0_示例 发布时间: 20241119
...例。 BaseShape clone():* 克隆。 BaseShape cloneTo(destObject:*):void 克隆。 BaseShape generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void 用于生成粒子初始位置和方向。 BaseShapeProperty Detailenablepro...
来源: laya_api 发布时间: 20170929