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

大约有 784 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0082 秒)

191. laya.ui.VScrollBar_API3.0 [ 82%]

...port laya.ui.VScrollBar; import laya.utils.Handler; public class VScrollBar_Example { private var vScrollBar:VScrollBar; public function VScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader...

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

192. laya.display.Animation_API3.0 [ 82%]

...; import laya.net.Loader; import laya.utils.Handler; public class Animation_Example { public function Animation_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():vo...

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

193. laya.spine.SpineSkeleton_API3.0 [ 82%]

... Hierarchy Sprite SpineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag PAUSED PLAYING STOPPED drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY animationName blen...

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

194. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 82%]

Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 private _initView():void { if(this._objectInfo.templateInfo.type == "hole") { this._body = new Sprite(); this._body.graphics.drawCircle(0, 0, this._objectInfo.templateInfo.width, "#ff0000"); this._body.width = this._objectInfo....

来源: Laya_社区 发布时间: 20180308

195. laya.html.dom.HTMLIframeElement_API3.0 [ 82%]

...HTMLDivElement HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed ...

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

196. tween 函数的单次执行任务数量问题 [ 82%]

tween 函数的单次执行任务数量问题 Laya.Tween.to(_car,{              x:_targetP.x,              y:_targetP.y,              // "scaleX": 0,              // "scaleY": 0 },550,null,Handler.create(this,this.skillEffecting)); 如代码所示,如果写了...

来源: Laya_社区 发布时间: 20180121

197. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 82%]

...ult class AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this...

来源: Laya_社区 发布时间: 20200410

198. laya.display.EffectAnimation_API3.0 [ 82%]

...y FrameAnimation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha a...

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

199. laya.ui.Dialog_API3.0 [ 82%]

...age { import laya.ui.Dialog; import laya.utils.Handler; public class Dialog_Example { private var dialog:Dialog_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.lo...

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

200. laya.ui.ScrollBar_API3.0 [ 82%]

... ScrollBar VScrollBar HScrollBar Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoHide autoSize bottomMoveLimit changeHandler disableDrag downButton elasticBackTime elasticDistance hitTestPrior isLockedFun mouseThrough name rollRatio scaleBar slider stopMove...

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