• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0111 秒)

251. laya.ui.TextArea_API3.0 [ 24%]

...鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void...

来源: Laya3.0_api 发布时间: 20231115

252. laya.resource.Texture_API3.0 [ 24%]

...CPUMemory _setCreateURL _setGPUMemory destroy disposeBitmap event getCachedClip getPixels getTexturePixels hasListener isCreateFromURL load off offAll offAllCaller on once recoverBitmap setTo create createFromTexture destroyUnusedResources Constructors constructor new Texture(source?: Texture | Base...

来源: Laya3.0_api 发布时间: 20231115

253. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 23%]

...d of View视野范围),Orthographic正交(size视野大小)) | | Clipping Planes(剪裁平面) | 支持(包括:Near近点、Far远点) | | Viewport Rect(标准视图矩形) | 支持(包括:X、Y、W、H) | | Allow HDR(允许渲染高动态色彩画面) | 支持 | > ...

来源: Laya2.0_文档 发布时间: 20210714

254. Unity资源导出插件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 21%]

...Field of View视野范围),Orthographic正交(size视野大小)) Clipping Planes(剪裁平面) 支持(包括:Near近点、Far远点) Viewport Rect(标准视图矩形) 支持(包括:X、Y、W、H) Allow HDR(允许渲染高动态色彩画面) 支持 Culling Mask在Uni...

来源: Laya3.0_文档 发布时间: 20251010

255. laya.components.AnimationClip2D_API3.0 [ 19%]

...l Inherited Externals Only exported Menu Globals "laya/components/AnimationClip2D" AnimationClip2D Class AnimationClip2D Hierarchy Resource AnimationClip2D Index Constructors constructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id...

来源: Laya3.0_api 发布时间: 20231115

256. laya.ui.Image [ 18%]

...ge 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Pub...

来源: laya_api 发布时间: 20170929

257. laya.ui.Image [ 17%]

...ge 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Pub...

来源: Laya2.0_api 发布时间: 20190513

258. laya.ui.UIComponent [ 17%]

...tanceUIComponent Sprite Node EventDispatcher ObjectSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpenDataViewer Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造...

来源: Laya2.0_api 发布时间: 20190513

259. laya.ui.Component [ 16%]

...te Node EventDispatcher ObjectImplements IComponentSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Proper...

来源: laya_api 发布时间: 20170929

260. 自定义3D Shader · LayaAir3.4 · 引擎文档 · LAYABOX [ 14%]

...于相机原点。通过世界坐标与观察矩阵相乘之后得出。 Clip Space 裁剪坐标。也就是将观察坐标处理到 -1.0 ~ 1.0 的范围,也就是我们在 WebGL 里提供的标准设备化坐标,最终剔除超出 -1 ~ 1 的坐标。通过观察坐标结合投影矩阵得...

来源: Laya3.0_文档 发布时间: 20251010