大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0062 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...eTexture source : *[read-only] 获取纹理资源。 BaseTexture src : String[read-only] 获取文件路径全名。 DataTexture2D width : int[read-only] 获取宽度。 BaseTexturePublic Methods MethodDefined By DataTexture2D() 创建一个 Texture2D 实例。 DataTexture2D create(data...
来源: laya_api 发布时间: 20170929
... null) 创建一个 Transform3D 实例。 AnimationTransform3D event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getWorldMatrix():Float32Array 获取世界矩阵。 AnimationTransform3D hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件...
来源: Laya2.0_api 发布时间: 20190513
...tPoint updateZOrder fromImage Constructors constructor new FontClip(skin?: string, sheet?: string): FontClip Overrides Clip.constructor Defined in laya/ui/FontClip.ts:30 Parameters Default value skin: string = null 位图字体皮肤 Default value sheet: string = null 位图字体内容,空格代...
来源: Laya3.0_api 发布时间: 20231115
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象...
来源: Laya2.0_api 发布时间: 20190513
...法获取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent ...
来源: Laya2.0_api 发布时间: 20190513
...ber[override] [read-only] 获取对象的高 HTMLDivElement innerHTML : String[write-only] 设置标签内容 HTMLDivElement width : Number[override] 获取对象的宽 HTMLDivElementPublic Methods MethodDefined By HTMLDivElement()HTMLDivElement appendHTML(text:String):void 追加内...
来源: laya_api 发布时间: 20170929
... _initialize(owner:ComponentNode):void[override] MeshCollider event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):B...
来源: laya_api 发布时间: 20170929
...r 实例。 MeshFilter _destroy():void[override] MeshFilter event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):B...
来源: laya_api 发布时间: 20170929
...ry */ public final class yfqian_SaveALoad { public static function set(key:String, value:String):String { LocalStorage.setItem(key,value); return value; } public static function get(key:String):String { return LocalStorage.getItem(key); } public static function del():void { LocalStorage.clear(); } p...
来源: Laya_社区 发布时间: 20180722
...d from Node._scene Defined in laya/display/Node.ts:641 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts:59 节点名称。 Optional tag tag: string Inherited from Node.tag Defined in...
来源: Laya3.0_api 发布时间: 20231115