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

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

151. laya.ui.Component 组件无法重新布局 [ 89%]

laya.ui.Component 组件无法重新布局 comp.left = 100; // 现在是 父容器 左边100像素显示 //下次位置更新 comp.right = 100; // 无法实现 父容器 右边 100像素显示 2016-12-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

152. 模型添加寻路组件 laya.d3.component.PathFind后,为什么Grid的 walkable 全都为true? [ 89%]

模型添加寻路组件 laya.d3.component.PathFind后,为什么Grid的 walkable 全都为true? 模型添加寻路组件 laya.d3.component.PathFind后,为什么Grid的 walkable 全都为true? 附件 : --> 2017-06-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

153. View.regComponent("ScaleButton",component.ScaleButton);//注册组件 [ 89%]

LayaAir引擎 View.regComponent("ScaleButton",component.ScaleButton);//注册组件 我跟帖子做自定义组件 https://ldc.layabox.com/doc/?nav=zh-ts-2-2-3  不知道在哪里注册组件,现在运行起来是报“can not create:ScaleButton” 大概是因为我没有注册的缘故,但...

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

154. 请问下laya.ui.Component下面的anchorX和anchorY的作用,好像显示有问题? [ 89%]

请问下laya.ui.Component下面的anchorX和anchorY的作用,好像显示有问题? 请问下laya.ui.Component下面的anchorX和anchorY的作用,我设置之后没有我想要的效果,请问是不是我理解的问题?具体作用是什么? 2017-04-12 添加评论 免费帖 --> 分...

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

155. laya.d3.component.Animator [ 89%]

...rames No Frames AnimatorProperties | Methods | Constants Packagelaya.d3.componentClasspublic class AnimatorInheritanceAnimator Component Object Animator 类用于创建动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  avatar...

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

156. laya.physics.joint.GearJoint [ 89%]

...aya.physics.jointClasspublic class GearJointInheritanceGearJoint JointBase Component Object 齿轮关节:用来模拟两个齿轮间的约束关系,齿轮旋转时,产生的动量有两种输出方式,一种是齿轮本身的角速度,另一种是齿轮表面的线速度 Public Properties ...

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

157. 3d获取组件代码bug [ 88%]

...过指定类型获得所有组件。 *@param type 组件类型。 *@param components 组件输出队列。 */ __proto.getComponentsByType=function(type,components){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回了!!!!!!!!!! var typeComponents=...

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

158. laya.physics.joint.JointBase [ 88%]

... Packagelaya.physics.jointClasspublic class JointBaseInheritanceJointBase Component ObjectSubclasses DistanceJoint, GearJoint, MotorJoint, MouseJoint, PrismaticJoint, PulleyJoint, RevoluteJoint, RopeJoint, WeldJoint, WheelJoint 关节基类 Public Properties Hide Inherited Public Properties Show In...

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

159. laya.ui.Tab [ 88%]

...s | Events Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box Component Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值...

来源: laya_api 发布时间: 20170929

160. laya.ui.RadioGroup [ 88%]

...ackagelaya.uiClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box Component Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Properties ...

来源: laya_api 发布时间: 20170929