大约有 46 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0051 秒)
API DocumentationAll Packages | All Classes | Index | Frames No Frames IRenderProperties Packagelaya.uiInterfacepublic interface IRenderImplementors List, Tree IRender 接口,实现设置项的渲染类型。 Public Properties PropertyDefined By itemRender : *[write-only] 渲染项。 ...
来源: Laya2.0_api 发布时间: 20190513
...*************************************************************************/ class DollGunRole extends GunRole{ public _box: GunBox; // toset: /** 飞行的范围, 用于计算飞行路径 */ private _fly_site:Site = new SiteEntity( 10, 10, -1, 400 ); public static _ani_cached:boolean = false; /...
来源: Laya_社区 发布时间: 20180515
API DocumentationAll Packages | All Classes | Index | Frames No Frames TreeProperties | Methods | Events Packagelaya.uiClasspublic class TreeInheritanceTree Box Component Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结...
来源: laya_api 发布时间: 20170929
...ted All Inherited Externals Only exported Menu Globals "laya/ui/Tree" Tree Class Tree Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function...
来源: Laya3.0_api 发布时间: 20231115
...p 06-20 19:10:18.494 5371-5371/com.ReleaseTest.Four E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.541 5371-5371/com.ReleaseTest.Fou...
来源: Laya_社区 发布时间: 20170620
...Inherited Externals Only exported Menu Globals "laya/ui/ComboBox" ComboBox Class ComboBox ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 example 以下示例代码,创建了一个 ComboBox 实例。 package { import laya.ui.ComboBox; import laya.utils.Handl...
来源: Laya3.0_api 发布时间: 20231115
...od stub Laya.Browser.window.location.href=data; } } //绑定父类 Laya.class(StartResource,"StartResource",StarUI); 主界面 红色是dalog 绿色是超链接按钮 点击超链接按钮。 并点击 chrome左上角的返回键。 回到主界面, 点击dalog,dalog失效 --...
来源: Laya_社区 发布时间: 20180810
...room_zhuozi.png"); bgSprite.pos(0, 0); this.addChild(bgSprite); } } } Laya.class(Item, "Item", Box); var list = new List(); list.itemRender = Item; list.x = 15; list.y = 60; list.height = 470; list.width = 542; list.spaceY = 20; list.vScrollBarSkin = ""; list.repeatX = 1; list.repeatY = 10; list.sel...
来源: Laya_社区 发布时间: 20170920
...色相等参数作为getter和setter,以写子类继承为例: public class CustomBitmap extends Sprite { public function CustomBitmap() { } public get luminance():Number { //返回亮度参数值 //... } //亮度,其他一样 public set luminance(value:Number):void { //你自己的处理代码 ...
来源: Laya_社区 发布时间: 20180511
...exported Menu Globals "laya/d3/core/scene/bvh/BVHSpatialBox" BVHSpatialBox Class BVHSpatialBox<T> BVH子空间 Type parameters T Hierarchy BVHSpatialBox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFru...
来源: Laya3.0_api 发布时间: 20231115