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

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

1211. laya.ui.ColorPicker_API3.0 [ 51%]

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

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

1212. laya.display.FrameAnimation [ 51%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

1213. laya.ui.ProgressBar_API3.0 [ 51%]

... _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bar bg blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeigh...

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

1214. [LayaAir3]3.3.0.beta.3 2d物理RigidBody代码生成问题 [ 51%]

...     rigidBody.type = "kinematic";         rigidBody.label = object.name; // 添加标签         const shape = new Laya.BoxShape2D();         shape.x = object.width / 2;         shape.y = object.height / 2;         shape.width = 1;         shape.height = 1;         rig...

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

1215. 为什么我加载的这个模型怎么加灯光都是那么暗,有没有灯光方面的详细参数,感谢感谢 [ 51%]

...不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ var 与 name 的详细区别是什么? iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 3D模型无法修改scale? 怎样获取浏览器地址传过来的GET参数 本地调试加载本地...

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

1216. laya.ui.HSlider_API3.0 [ 51%]

...inBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed...

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

1217. laya.ui.VSlider_API3.0 [ 51%]

...inBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed...

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

1218. laya.ui.ScrollBar_API3.0 [ 51%]

...tton elasticBackTime elasticDistance hitTestPrior isLockedFun mouseThrough name rollRatio scaleBar slider stopMoveLimit tag topMoveLimit triggerDownDragLimit triggerUpDragLimit upButton drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom c...

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

1219. 脚本的事件(TypeScript-3D基础(TS)-LayaAir3D的脚本使用) [ 51%]

...ttps://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Script&name=ScriptDemo))。该示例中对onAwake,onStart,onUpdate,onDisable 进行了接管。在材质加载完成之后,给cube添加了脚本。并且在4秒后执行的移除脚本操作。 ```typescript /** * 创建...

来源: Laya2.0_文档 发布时间: 20210715

1220. 关于 iframe跳转地址 [ 51%]

...ar iframe = document.createElement("iframe"); iframe.id = "iframe"; iframe.name = "iframe"; iframe.frameBorder = "no"; iframe.marginwidth="0px"; iframe.marginheight="0px" ; iframe.scrolling = "no"; iframe.border="0px" iframe.style.position = "absolute"; iframe.style.left = "0px"; iframe.style.top = ...

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