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

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

801. Uncaught TypeError: Cannot read property '_tf' of null [ 84%]

...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

802. laya.d3.core.particleShuriKen.module.GradientDataVector2 [ 84%]

...ataVector2 实例。 GradientDataVector2  add(key:Number, value:Vector2):void 增加二维向量渐变。 GradientDataVector2  clone():* 克隆。 GradientDataVector2  cloneTo(destObject:*):void 克隆。 GradientDataVector2Property DetailgradientCountpropertygradientCount:int  [read-only] ...

来源: laya_api 发布时间: 20170929

803. laya.d3.core.particleShuriKen.module.GradientDataVector2 [ 84%]

...ataVector2 实例。 GradientDataVector2  add(key:Number, value:Vector2):void 增加二维向量渐变。 GradientDataVector2  clone():* 克隆。 GradientDataVector2  cloneTo(destObject:*):void 克隆。 GradientDataVector2Property DetailgradientCountpropertygradientCount:int  [read-only] ...

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

804. 滤镜-发光滤镜 [ 84%]

...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

805. laya.d3.resource.DataTexture2D [ 84%]

...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

806. 位图字体的制作与使用(ActionScript-LayaAir基础篇(AS3)-文本) [ 84%]

...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

807. 文本-位图字体 [ 84%]

...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

808. laya.spine.SpineTexture_API3.0 [ 84%]

...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

809. 滤镜-发光滤镜 [ 84%]

...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

810. laya.d3.core.particleShuriKen.module.shape.BaseShape [ 84%]

...例。 BaseShape  clone():* 克隆。 BaseShape  cloneTo(destObject:*):void 克隆。 BaseShape  generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void 用于生成粒子初始位置和方向。 BaseShapeProperty Detailenablepro...

来源: laya_api 发布时间: 20170929