大约有 7,314 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0131 秒)
Laya_社区(6619) Laya2.0_文档(183) Laya3.0_api(118) laya_api(102) Laya2.0_api(90) Laya_示例(86) Laya3.0_文档(59) Laya2.0_示例(57)
...ya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...
来源: laya_api 发布时间: 20170929
...ya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...
来源: laya_api 发布时间: 20170929
...种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var maskSp; var bg2; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(1136, 640, Web...
来源: Laya_示例 发布时间: 20241118
图片遮罩大小跟设置不一致 (function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.client...
来源: Laya_社区 发布时间: 20171220
...Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可以继承此类,但不要直接实例化此类,因为有...
来源: Laya2.0_api 发布时间: 20190513
...displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播放基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可以继承此类,但不要直接实例化此类,因...
来源: laya_api 发布时间: 20170929
...kagelaya.uiClasspublic class ColorPickerInheritanceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...
来源: Laya2.0_api 发布时间: 20190513
代码里面new renderTexture对象设置给camera的同时设置给sprite的Texture属性之后在sprite上使用遮罩Mask之后,整个Sprite都会不显示 代码里面new一个 renderTexture对象设置给camera的同时设置给sprite的Texture属性之后,然后给sprite添加一个遮罩...
来源: Laya_社区 发布时间: 20230904
先创建的sprite对象的graphics设置alpha会影响后创建的sprite对象? 先创建的sprite对象的graphics设置alpha会影响后创建的sprite对象,应该说会应该全局的透明度,除非后面的再独自设置。这个是bug吗? 还是就是只能这样实现。代码如...
来源: Laya_社区 发布时间: 20180111
...储的 X 轴坐标值。 当设置此值时,如果此对象有绑定的 Sprite 对象,则改变 Sprite 对象的属性 x 的值。 HTMLChar y : Number 此对象存储的 Y 轴坐标值。 当设置此值时,如果此对象有绑定的 Sprite 对象,则改变 Sprite 对象的属性 y 的...
来源: laya_api 发布时间: 20170422