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

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

191. laya.ui.UIGroup_API3.0 [ 52%]

...ics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name selectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed direction disable...

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

192. Laya 绑定显示内容到骨骼动画 [ 51%]

...    this.__bind.load(GamePath.single.getSpinePath("tank_blue.sk"),Laya.Handler.create(this,this.testLoadComplete));   }      private __bind:BindSkeleton;     private testLoadComplete():void{          let source:BindSource=new BindSource("gongji");         source.gr...

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

193. Laya的安卓二次开发主动调用js层,无法实现传回数据给js层 [ 51%]

...到微信的code数据,始终无法返回数据给Laya层。 方式1:m_Handler.post( new Runnable() { public void run() { //ui thread update ui JSONObject obj = new JSONObject(); try { obj.put("value", "Hello Laya!"); } catch(JSONException e) { e.printStackTrace(); } Log.d("Laya", "======准备...

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

194. laya.ui.DialogManager_API3.0 [ 51%]

...roperties _extra _ownGraphics _scene _skinBaseUrl _url autoSize closeEffectHandler hitTestPrior lockLayer maskLayer mouseThrough name popupEffectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable...

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

195. laya.ui.TextInput_API3.0 [ 51%]

...e { import laya.display.Stage; import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load...

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

196. laya.ui.View [ 51%]

...类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler = null, progress:Handler = null):void[static] 加载场景及场景使用到的资源 Scene loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设置texture...

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

197. laya.ui.TipManager [ 50%]

...可以指定组件的任意属性进行赋值。 UIComponent  defaultTipHandler : Function默认鼠标提示函数TipManager destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁...

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

198. laya.ui.ScaleBox [ 50%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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

199. laya.d3.resource.models.Mesh_API3.0 [ 50%]

...lock=true的资源。 Returns void Static load load(url: string, complete: Handler): void Defined in laya/d3/resource/models/Mesh.ts:82 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回调。 Returns void Globals "laya/d3/resource/models/Mesh" Mesh constructor ...

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

200. laya.ui.Box [ 50%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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