大约有 253 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)
...Box(createChildren?: boolean): VBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns VBox Properties Optional _extra _extra: INodeExtra Inher...
来源: Laya3.0_api 发布时间: 20231115
...Box(createChildren?: boolean): HBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns HBox Properties Optional _extra _extra: INodeExtra Inher...
来源: Laya3.0_api 发布时间: 20231115
...。设置为true,对性能有一定影响。 Sprite bgColor : String[override] 文本背景颜色,以字符串表示。 Input blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味...
来源: Laya2.0_api 发布时间: 20190513
...有的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、scaleX、scaleY。 可...
来源: Laya2.0_api 发布时间: 20190513
...对象 。 Node customRender(context:Context, x:Number, y:Number):void[override] Particle2D destroy(destroyChild:Boolean = true):void[override] Particle2D destroyChildren():void 销毁所有子对象,不销毁自己本身。 Node drawToCanvas(canvasWidth:Number, canvasHeight:Number, offset...
来源: Laya2.0_api 发布时间: 20190513
...有的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、scaleX、scaleY。 可...
来源: Laya2.0_api 发布时间: 20190513
...tructors 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 位图字体内容,空格代表换行 Returns FontClip Properti...
来源: Laya3.0_api 发布时间: 20231115
... { super(); } override protected function initialize():void { super.initialize(); } private var names:String=""; override public function set dataSource(value:*):void ...
来源: Laya_社区 发布时间: 20170703
... fromImage Constructors constructor new Image(skin?: string | null): Image Overrides UIComponent.constructor Defined in laya/ui/Image.ts:98 创建一个 Image 实例。 Parameters Default value skin: string | null = null 皮肤资源地址。 Returns Image Properties Optional _extra _extra: INodeExt...
来源: Laya3.0_api 发布时间: 20231115
...itmapFont unregisterBitmapFont Constructors constructor new Input(): Input Overrides Text.constructor Defined in laya/display/Input.ts:102 创建一个新的 Input 类实例。 Returns Input Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _...
来源: Laya3.0_api 发布时间: 20231115