大约有 608 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0077 秒)
...赞同来自: 使用下面的方法即可 /** * - 骨骼挂点 * @param nodeName * @param root * @param Sprite3D */ public static link2Node(nodeName: string, root: Laya.Sprite3D, Sprite3D: Laya.Sprite3D) { //递归调用 let index = 0; let child: Laya.Sprite3D = null; while (true) { child = root....
来源: Laya_社区 发布时间: 20190918
... Packagelaya.ani.boneClasspublic class SkeletonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明...
来源: laya_api 发布时间: 20170929
...? ui 编辑器里 两个不同的ui控件的前后关系如何调整? Nodes 标签怎么使用 调试模式下的小控件位置不能还原了 UI加载完成后无法获取控件的大小——超详细版问题 文本控件里面哪个可以做到,超过区域的文本 滚动显示 TextInput...
来源: Laya_社区 发布时间: 20190125
...复 Laya_Aaron 赞同来自: public function getChildAt(index:int):Node { return this._children[index] || null; } 请提供不一样的demo 2019-02-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20190129
2.5.0无法打包oppo的rpk 用2.5.0版本,node10.13.0版本,无法打包出oppo的rpk文件,试了其他的node版本也无法打出 工程用的是官方的3d示例工程,没有任何改动 求大佬指教 2020-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20200619
...lic class AsynDialogInheritanceAsynDialog Dialog View Box Component Sprite Node EventDispatcher Object 异步Dialog的生命周期:show或者popup > onCreate(如果没有创建过) > onOpen > onClose > onDestroy(如果销毁) onCreate在页面未创建时执行一次,再次打开页面...
来源: laya_api 发布时间: 20170929
...E_beta.app/Contents/Resources/app/extensions/bowlerhatllc.vscode-nextgenas/node_modules/flexjs/frameworks/js-config.xml' severity: '错误' message: '无法打开“/Applications/LayaAirIDE_beta.app/Contents/Resources/app/extensions/bowlerhatllc.vscode-nextgenas/node_modules/flexjs/js/libs/GCL.swc...
来源: Laya_社区 发布时间: 20180914
... : Boolean[read-only] 获取是否为单实例组件。 Component owner : Node [只读]获取所属Node节点。 Component speed : Number 获取动画的播放速度,1.0为正常播放速度。 AnimatorPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By ...
来源: Laya2.0_api 发布时间: 20190513
... : Boolean[read-only] 获取是否为单实例组件。 Component owner : Node [只读]获取所属Node节点。 ComponentPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By ConstraintComponent() 创建一个 ConstraintComponent 实例。 ConstraintCompon...
来源: Laya2.0_api 发布时间: 20190513
...s Packagelaya.d3.core.sceneClasspublic class SceneInheritanceScene Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource BaseScene 类用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : ...
来源: laya_api 发布时间: 20170929