大约有 115 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
...输出矩阵 Returns void Static createOrthoOffCenter createOrthoOffCenter(left: number, right: number, bottom: number, top: number, znear: number, zfar: number, out: Matrix4x4): void Defined in laya/maths/Matrix4x4.ts:387 计算正交投影矩阵。 Parameters left: number 视椎左边界。 right:...
来源: Laya3.0_api 发布时间: 20231115
...输出矩阵 Returns void Static createOrthoOffCenter createOrthoOffCenter(left: number, right: number, bottom: number, top: number, znear: number, zfar: number, out: Matrix4x4): void Defined in laya/d3/math/Matrix4x4.ts:421 计算正交投影矩阵。 Parameters left: number 视椎左边界。 righ...
来源: Laya3.0_api 发布时间: 20231102
...F1 F10 F11 F12 F13 F14 F15 F2 F3 F4 F5 F6 F7 F8 F9 G H HOME I INSERT J K L LEFT LEFTBRACKET M MINUS N NUMBER_0 NUMBER_1 NUMBER_2 NUMBER_3 NUMBER_4 NUMBER_5 NUMBER_6 NUMBER_7 NUMBER_8 NUMBER_9 NUMPAD NUMPAD_0 NUMPAD_1 NUMPAD_2 NUMPAD_3 NUMPAD_4 NUMPAD_5 NUMPAD_6 NUMPAD_7 NUMPAD_8 NUMPAD_9 NUMPAD_ADD ...
来源: Laya3.0_api 发布时间: 20231115
...aya.loader.getRes("res/OculusController/controller.gltf") as Sprite3D; let leftControl = Laya.loader.getRes("res/OculusController/controller-left.gltf") as Sprite3D; let pixelright = new PixelLineSprite3D(20,"right"); let pixelleft = new PixelLineSprite3D(20,"left"); this.scene.addChild(rightControl...
来源: Laya3.0_文档 发布时间: 20230303
...以按组管理资源。 align 水平对齐方式,共有三种方式。left:居左对齐,center:居中对齐,right:居右对齐。 sheet 位图内容范围,位图内容在有换行时需要在换行的位置添加空格。 value 位图数字内容。 spacex X方向项间隔,以像素...
来源: Laya3.0_文档 发布时间: 20241014
... Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; addChild(selectBox); var folder:Cli...
来源: Laya3.0_api 发布时间: 20231115
...BaseUrl _url autoSize hitTestPrior isSortItem mouseThrough name tag CENTER LEFT NONE RIGHT drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disable...
来源: Laya3.0_api 发布时间: 20231115
...这个不能少。 iframe.style.zIndex = 100;//设置层级 iframe.style.left ="100px"; iframe.style.top ="100px"; iframe.src = "http://ask.layaair.com/"; Laya.Browser.document.body.appendChild(iframe); 这里面需要提醒开发者的就是定位和层级要记得设置。很多开发者不注意...
来源: Laya3.0_文档 发布时间: 20241014
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示...
来源: Laya2.0_api 发布时间: 20190513
...,比如"#ff0000"。 textAlign: string 文本对齐方式,可选值:"left","center","right"。 lineWidth: number 镶边线条宽度。 borderColor: string 定义镶边文本颜色。 Returns FillTextCmd fillText fillText(text: string | WordText, x: number, y: number, font: string, color: st...
来源: Laya3.0_api 发布时间: 20231115