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

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

81. 关于3d项目中component的问题 [ 91%]

关于3d项目中component的问题 写了个component组件来移动3d对象。 有3个游戏对象,间隔3秒给一个对象添加移动组件。可是每添加一个,前边已经添加的对象会突然移动到起始位置和新添加的对象一起开始移动 这是为什么呢? 以下...

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

82. 关于Laya.Component3D脚本生命周期BUG反馈 [ 91%]

关于Laya.Component3D脚本生命周期BUG反馈 如果脚本继承了Laya.Component3D,并且重写了_initialize()函数,那么该脚本的_update()、_lateUpdate()函数将不会再执行,必须在_initialize()函数中调用父类的_initialize()函数才行,这应该是bug。     ...

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

83. laya.physics.joint.JointBase [ 91%]

... 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

84. laya.d3.physics.PhysicsCollider [ 91%]

...sClasspublic class PhysicsColliderInheritancePhysicsCollider PhysicsTriggerComponent PhysicsComponent Component Object PhysicsCollider 类用于创建物理碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获...

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

85. laya.d3.physics.PhysicsComponent [ 90%]

...entationAll Packages | All Classes | Index | Frames No Frames PhysicsComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsComponentInheritancePhysicsComponent Component ObjectSubclasses CharacterController, PhysicsTriggerComponent PhysicsComponent 类用于创建物...

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

86. 构造函数的__super.call(this)以及调用基类方法的laya.ui.Component.prototype.onCompResize.call(this);在2.0是怎么写的 [ 90%]

构造函数的__super.call(this)以及调用基类方法的laya.ui.Component.prototype.onCompResize.call(this);在2.0是怎么写的 语言:js 2019-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什...

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

87. laya.d3.physics.CharacterController [ 89%]

...Classpublic class CharacterControllerInheritanceCharacterController PhysicsComponent Component Object CharacterController 类用于创建角色控制器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获取可碰撞的...

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

88. laya.physics.joint.MouseJoint [ 89%]

...a.physics.jointClasspublic class MouseJointInheritanceMouseJoint JointBase Component Object 鼠标关节:鼠标关节用于通过鼠标来操控物体。它试图将物体拖向当前鼠标光标的位置。而在旋转方面就没有限制。 Public Properties Hide Inherited Public Properties Sho...

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

89. laya.ui.Widget [ 89%]

...hods | Constants Packagelaya.uiClasspublic class WidgetInheritanceWidget Component Object 相对布局插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  bottom : Number表示距底边的距离(以像素为单位)。Widget  center...

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

90. 3d获取组件代码bug [ 89%]

...过指定类型获得所有组件。 *@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