大约有 1,440 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
Laya3.0_api(398) Laya_社区(300) Laya2.0_api(251) laya_api(215) Laya2.0_文档(167) Laya3.0_文档(70) Laya2.0_示例(22) Laya_示例(17)
...者特别注意,一般出问题都是在这里没有注意。 #### 1.2.1 创建地图时,对图块层格式的要求 点击新建地图,设置好地图大小和块大小等初始参数后,点击另存为,存在你指定的位置即完成了创建。 然而,图块层格式需要特别注...
来源: Laya2.0_文档 发布时间: 20210715
...riKen/module/shape/ConeShape" ConeShape Class ConeShape ConeShape 类用于创建锥形粒子形状。 Hierarchy BaseShape ConeShape Implements IClone Index Constructors constructor Properties angle emitType enable length radius randomDirection shapeType Accessors angleDEG Methods clone cloneTo gene...
来源: Laya3.0_api 发布时间: 20231115
...。阅读本篇内容前请先阅读《属性设置器》文档。 ## 1、创建CheckBox组件 CheckBox (多选框)组件由两部分组成,选择状态框及内容说明标签label。其中选择状态框必须是图片资源,标签为文本。在使用 CheckBox组件的时候,可以...
来源: Laya2.0_文档 发布时间: 20210714
...] 当前相机遮罩。Layer currentCreationLayer : Layer[static] 当前创建精灵所属遮罩层。Layer mask : int[read-only] 取蒙版值。 Layer name : String名字。Layer number : int[read-only] 取编号。 Layer visible : Boolean 取是否显示。 Layer visibleLayers : ...
来源: laya_api 发布时间: 20170929
...rameAnimations Component3D EventDispatcher Object RigidAnimations 类用于创建变换动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By currentAnimationClipIndex : int[read-only] 获取播放器的动画索引。 KeyframeAnimati...
来源: laya_api 发布时间: 20170929
创建laya的视图销毁destroy()清除不了 创建laya的视图销毁destroy()清除不了。 class Mail2View extends laya.display.Sprite { private display:ui.mail.mail2UI; constructor(){ super(); this.display = new ui.mail.mail2UI(); this.addChild(this.display); } public destroy():void { this...
来源: Laya_社区 发布时间: 20170221
...itanceMeshFilter GeometryFilter EventDispatcher Object MeshFilter 类用于创建网格过滤器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已销毁。 GeometryFilter _isAsyncLoaded : Bool...
来源: laya_api 发布时间: 20170929
字体切片组件(FontClip)1、使用LayaAir IDE创建FontClip1.1 创建FontClip1.2 FontClip属性介绍1.3 脚本控制FontClip2、代码创建FontClip字体切片组件(FontClip) FontClip组件本质上是对位图从方向上进行等比切割,FontClip继承于Clip。FontClip的组件...
来源: Laya3.0_文档 发布时间: 20241014
...By HeightMap(width:int, height:int, minHeight:Number, maxHeight:Number) 创建一个 HeightMap 实例。 HeightMap createFromImage(texture:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, o...
来源: laya_api 发布时间: 20170929
...By HeightMap(width:int, height:int, minHeight:Number, maxHeight:Number) 创建一个 HeightMap 实例。 HeightMap createFromImage(texture:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, o...
来源: Laya2.0_api 发布时间: 20190513