大约有 179 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
...UI的View组件默认为true。 Sprite input : Input3D[read-only] 获取输入。 Scene3D mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意】遮罩对象坐标系是相对遮罩对象本身的,和Flash机制不同 Spr...
来源: Laya2.0_api 发布时间: 20190513
...ull){ Log. i(TAG, "已连接到服务器:" +client); //获取客户端的输入流 BufferedReader in = new BufferedReader(new InputStreamReader(client.getInputStream())); //读取第一行 String line = in.readLine(); if(line==null||line.equals("")||line.equals( "\r\n")){ break; } Log. i(TAG, "客...
来源: Laya_社区 发布时间: 20160104
...否创建一个新的Point对象作为返回值,默认为false,使用输入的point对象返回,减少对象创建开销。 globalNode:Sprite (default = null) — global节点,默认为Laya.stage ReturnsPoint — 转换后的坐标的点。 hitTestPoint()method public function hitTestPoi...
来源: Laya2.0_api 发布时间: 20190513
...R/core/WebXRInput" WebXRInput Class WebXRInput author miner 类用来描述输入设备 Hierarchy EventDispatcher WebXRInput Index Constructors constructor Properties _lastXRPose gamepadAxis gamepadButton handness lastXRPose position ray rotation EVENT_FRAMEUPDATA_WEBXRINPUT HANDNESS_LEFT HANDNESS_R...
来源: Laya3.0_api 发布时间: 20231115
... 2021-11-09 13:55 @Laya_Fred:而且Laya.stage.y 设置之后 也会导致 输入文本响应坐标错误了 zyy • 2021-11-05 14:12 没有demo 看截图描述 zyy • 2021-11-05 14:25 LayaAir 2.12.2bata 刚刚创建项目 默认 发布模式 为 文件模式 创建了一个A.scene 编译后 layaMax...
来源: Laya_社区 发布时间: 20211105
...否创建一个新的Point对象作为返回值,默认为false,使用输入的point对象返回,减少对象创建开销。 ReturnsPoint — 转换后的坐标的点。 hitTestPoint()method public function hitTestPoint(x:Number, y:Number):Boolean 检测某个点是否在此对象内。 Param...
来源: laya_api 发布时间: 20170929
...ideoTexture.ts:52 获得绑定的资源Video return HTMLVideoElement value 输入Video资源 Returns any Defined in laya/resource/VideoTexture.ts:59 获得绑定的资源Video return HTMLVideoElement value 输入Video资源 Parameters value: any Returns void width get width(): number set width(width...
来源: Laya3.0_api 发布时间: 20231102
...建一个普通的空文本文件,并取名为`module.def` ,文件中输入内容如下: ```json module:"subpackage/b" path:"src/subpackage" ``` **module内的值代表的是分包生成的新js名称和路径。**上面示例中,subpackage为分包后的目录名,b为js的文件名,如...
来源: Laya2.0_文档 发布时间: 20210715
...lor(value: string): void Defined in laya/ui/ColorPicker.ts:456 表示颜色输入框的背景颜色值。 Returns string Defined in laya/ui/ColorPicker.ts:460 表示颜色输入框的背景颜色值。 Parameters value: string Returns void inputColor get inputColor(): string set inputColor(value: st...
来源: Laya3.0_api 发布时间: 20231115
...TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextI...
来源: Laya3.0_api 发布时间: 20231115