大约有 253 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
...s constructor new Clip(url?: string, clipX?: number, clipY?: number): Clip Overrides UIComponent.constructor Defined in laya/ui/Clip.ts:151 创建一个新的 Clip 示例。 Parameters Default value url: string = null 资源类库名或者地址 Default value clipX: number = 1 x方向分割个数 De...
来源: Laya3.0_api 发布时间: 20231115
...的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、scaleX、scaleY。 可...
来源: laya_api 发布时间: 20170929
...xt`文本。 脚本类: ```typescript //重写脚本中的onUpdate方法 override public function onUpdate():void { var touchCount:int = _scene.input.touchCount(); if (1 === touchCount){ //判断是否为两指触控,撤去一根手指后引发的touchCount===1 if (isTwoTouch){ return; } _text.t...
来源: Laya2.0_文档 发布时间: 20210715
...建一个新的 BoxColliderShape 实例。 BoxColliderShape clone():*[override] 克隆。 BoxColliderShape cloneTo(destObject:*):void 克隆。 ColliderShape updateLocalTransformations():void 更新本地偏移,如果修改LocalOffset或LocalRotation需要调用。 ColliderShapeProperty Details...
来源: Laya2.0_api 发布时间: 20190513
...eZOrder fromImage Constructors constructor new Label(text?: string): Label Overrides UIComponent.constructor Defined in laya/ui/Label.ts:132 创建一个新的 Label 实例。 Parameters Optional text: string 文本内容字符串。 Returns Label Properties Optional _extra _extra: INodeExtra Inheri...
来源: Laya3.0_api 发布时间: 20231115
...Image Constructors constructor new ProgressBar(skin?: string): ProgressBar Overrides UIComponent.constructor Defined in laya/ui/ProgressBar.ts:127 创建一个新的 ProgressBar 类实例。 Parameters Default value skin: string = null 皮肤地址。 Returns ProgressBar Properties Optional _extra _...
来源: Laya3.0_api 发布时间: 20231115
...: number, maxHeight: number, heightScale: number): HeightfieldTerrainShape Overrides ColliderShape.constructor Defined in laya/d3/physics/shape/HeightfieldTerrainShape.ts:12 Parameters heightfieldData: Uint16Array | Float32Array | Uint8Array heightStickWidth: number heightStickLength: number minHeig...
来源: Laya3.0_api 发布时间: 20231115
...ructors constructor new ComboBox(skin?: string, labels?: string): ComboBox Overrides UIComponent.constructor Defined in laya/ui/ComboBox.ts:164 创建一个新的 ComboBox 组件实例。 Parameters Default value skin: string = null 皮肤资源地址。 Default value labels: string = null 下拉列...
来源: Laya3.0_api 发布时间: 20231115
...的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、scaleX、scaleY。 可...
来源: Laya2.0_api 发布时间: 20190513
...updateZOrder fromImage Constructors constructor new VideoNode(): VideoNode Overrides Sprite.constructor Defined in laya/media/VideoNode.ts:22 Returns VideoNode Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boole...
来源: Laya3.0_api 发布时间: 20231115