大约有 489 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0094 秒)
Laya_社区(251) Laya3.0_api(61) Laya2.0_api(57) laya_api(53) Laya2.0_文档(36) Laya3.0_文档(16) Laya2.0_示例(8) Laya_示例(7)
... Index | Frames No Frames SliderProperties | Methods | Events Packagelaya.uiClasspublic class SliderInheritanceSlider Component Sprite Node EventDispatcher ObjectSubclasses HSlider, VSlider 使用 Slider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 滑...
来源: laya_api 发布时间: 20170929
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Clip" Clip Class Clip Clip 类是位图切片动画。 Clip 可将一张图片,按横向分割数量 clipX 、竖向分割数...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/RadioGroup" RadioGroup Class RadioGroup RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Tab" Tab Class Tab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Slider" Slider Class Slider 使用 Slider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 ...
来源: Laya3.0_api 发布时间: 20231115
微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 这里是微信小游戏关于好友关系链的说明:https://developers.weixin.qq.com/minigame/dev/tutorial/open-ability/open-data.html 在LayaAir引擎里也支持微信小游戏关系链的使用,具体使用方...
来源: Laya_社区 发布时间: 20180525
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Tree" Tree Class Tree Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 example package { import lay...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextInput" TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码...
来源: Laya3.0_api 发布时间: 20231115
描边Shader,使用了两个Pass 看LayaAir2.0的文档说是支持了Shader的多pass渲染,写出个小示例,仅供参考,示例工程请参阅附件 截图如下: 核心代码如下 export default class OutlineMaterial extends Laya.BaseMaterial { constructor() { super() var attribu...
来源: Laya_社区 发布时间: 20180925