大约有 26 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...面。 BaseCamera needLeftViewport : Boolean[read-only] VRCamera needRightViewport : Boolean[read-only] VRCamera normalizedViewport : Viewport[write-only] 设置裁剪空间的视口。 VRCamera numChildren : int[read-only] 子对象数量。 Node orthographic : Boolean 获取是否正交...
来源: laya_api 发布时间: 20170929
...性值。*/ static CLICK: string; /** 定义 rightmousedown 事件对象的 type 属性值。*/ static RIGHT_MOUSE_DOWN: string; /** 定义 rightmouseup 事件对象的 type 属性值。*/ static RIGHT_MOUSE_UP: string; ...
来源: Laya_社区 发布时间: 20170601
... Shift 键的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shif...
来源: laya_api 发布时间: 20170929
... ORIENTATION_STAGGERED RENDERORDER_LEFTDOWN RENDERORDER_LEFTUP RENDERORDER_RIGHTDOWN RENDERORDER_RIGHTUP Accessors gridHeight gridWidth height numColumnsGrid numColumnsTile numRowsGrid numRowsTile orientation renderOrder scale tileHeight tileWidth width x y Methods changeViewPort changeViewPortBySiz...
来源: Laya3.0_api 发布时间: 20231115
...USE_UP MOUSE_WHEEL OPEN PAUSED PLAYED PROGRESS READY REMOVED RENDER RESIZE RIGHT_CLICK RIGHT_MOUSE_DOWN RIGHT_MOUSE_UP ROLL_OUT ROLL_OVER SELECT START STOPPED TRANSFORM_CHANGED TRIGGER_ENTER TRIGGER_EXIT TRIGGER_STAY UNDISPLAY VISIBILITY_CHANGE WILL_RESIZE staticMask Accessors altKey charCode ctrlKe...
来源: Laya3.0_api 发布时间: 20231115
...extureFormat cullingMask: number Returns ArrayBufferView[] bake front left right up down Static getTexturePixel getTexturePixel(texture: Texture2D): ArrayBufferView Defined in laya/d3/core/Camera.ts:150 get PixelTexture Parameters texture: Texture2D Returns ArrayBufferView Static instantiate instant...
来源: Laya3.0_api 发布时间: 20231115
...extureFormat cullingMask: number Returns ArrayBufferView[] bake front left right up down Static getTexturePixel getTexturePixel(texture: Texture2D): ArrayBufferView Inherited from Camera.getTexturePixel Defined in laya/d3/core/Camera.ts:150 get PixelTexture Parameters texture: Texture2D Returns Arra...
来源: Laya3.0_api 发布时间: 20231115
...启后。被遮挡不可见时都可以被移除,以提高性能。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:43 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20230303
...一个摄像机的视图放在Plane上作为纹理, (动图7-8) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:55:49 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...t ? /*laya.events.Event.MOUSE_UP*/"mouseup" :/*laya.events.Event.RIGHT_MOUSE_UP*/"rightmouseup",touchID); var preDowns; preDowns=isLeft ? this.preDowns :this.preRightDowns; preO=this.getTouchFromArr(touchID,preDowns); if (!preO){ }else { var isDouble=false; var now=Browser.now();...
来源: Laya_社区 发布时间: 20180529