大约有 1,235 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1001) Laya3.0_api(64) Laya2.0_api(59) laya_api(55) Laya2.0_文档(36) Laya3.0_文档(14) Laya2.0_示例(3) Laya_示例(3)
....uiClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box Component Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Properties Show Inher...
来源: laya_api 发布时间: 20170929
... > 图片的显示是游戏开发基础,本篇从API到示例分别介绍Sprite.loadImage与Graphics.drawTexture两种显示图片的方法。 ## 1、用loadImage方法显示与切换图片 ### 1.1 loadImage API概述 在API文档中搜索laya.display.Sprite,可以找到loadImage()方法,如...
来源: Laya2.0_文档 发布时间: 20210715
...有方法能够获取“鼠标是否处于按下状态”? 如何设置Sprite的宽高和点击区域? 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系...
来源: Laya_社区 发布时间: 20190708
...nts Packagelaya.particleClasspublic class Particle2DInheritanceParticle2D Sprite Node EventDispatcher Object Particle2D 类是2D粒子播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node...
来源: Laya2.0_api 发布时间: 20190513
...ya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...
来源: laya_api 发布时间: 20170929
...ds | Events Packagelaya.utilsClasspublic class PerfHUDInheritancePerfHUD Sprite Node EventDispatcher ObjectPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-on...
来源: Laya2.0_api 发布时间: 20190513
...onkey2.png"; //切换状态 private flag:boolean = false; private img:Laya.Sprite; constructor() { //初始化引擎 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载多张图片,在图片资源加载成功后,通过...
来源: Laya_社区 发布时间: 20180226
...下的cmds是一个命令流,存储了所有绘制命令。为了节省sprite创建,我们可以在同一个sprite下绘制多个纹理,通过cmds我们就可以有效的对众多纹理进行各项信息的设置,包括纹理替换、宽高设置、位置设置等 举个例子: 代...
来源: Laya_社区 发布时间: 20170519
...ya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...
来源: laya_api 发布时间: 20170929
...显示。 > ## 一、遮罩API介绍 遮罩属性位于[laya.display.Sprite](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Sprite) API内(),该属性的说明如图1所示: ![1](img/1.jpg)(图1) ## 二、...
来源: Laya2.0_文档 发布时间: 20210714