大约有 6,033 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0118 秒)
Laya_社区(4595) Laya2.0_文档(406) Laya3.0_api(400) Laya2.0_api(252) laya_api(215) Laya3.0_文档(126) Laya2.0_示例(22) Laya_示例(17)
...-14 14:08 我找了半天,找到了重现BUG的方法,直接用1.76beta创建是没有问题的,但是一旦我把项目中的类库管理切换到1.7.4beta(之前用的版本)再切换回来,那这个list滑动就会出现我说的问题。list就是很常规的list创建方式 fundge ...
来源: Laya_社区 发布时间: 20170614
...感觉不到。那么我们就来修改下,看看怎么改变样式。 //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置 var file:any = Laya.Browser.document.createElement("input"); //设置file样式 file.style="filter:alpha(opacity=0);opacity...
来源: Laya3.0_文档 发布时间: 20241014
... } private function init(e:Event=null):void { //第一步:加载数据:创建URLLoader对象 var urlLoader:URLLoader=new URLLoader(); //第二部:设置接收数据的方式(TEXT:文本,BINARY:原始二进制数据,VARIABLES:编 //码变量) urlLoader.dataFormat=URLLoaderDataForm...
来源: Laya_社区 发布时间: 20151217
...tanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设...
来源: laya_api 发布时间: 20170929
...3,1想表示3秒,1秒需要使用3000,1000作为参数 2. Laya.Handler 的创建需要使用Laya.Handler.create(,)来实现,不是new Handler.(这条不知道对不对,反正用new Handler报错了) 3. 不应该在from的complete的回掉函数中才把letterText加入到Laya.stage中,不然from动...
来源: Laya_社区 发布时间: 20180620
...iderShape Class CannonCompoundColliderShape CompoundColliderShape 类用于创建盒子形状碰撞器。 Hierarchy CannonColliderShape CannonCompoundColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPE...
来源: Laya3.0_api 发布时间: 20231102
...ndColliderShape Class CompoundColliderShape CompoundColliderShape 类用于创建组合碰撞器。 Hierarchy ColliderShape CompoundColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Ac...
来源: Laya3.0_api 发布时间: 20231115
...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...
来源: Laya2.0_api 发布时间: 20190513
...ted Menu Globals "laya/d3/math/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter getCorners getExtent getMax getMin setCenter setEx...
来源: Laya3.0_api 发布时间: 20231115
...Classpublic class ScriptInheritanceScript Component Object Script 类用于创建脚本的父类,该类为抽象类,不允许实例。 组件的生命周期 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获...
来源: Laya2.0_api 发布时间: 20190513