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

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

91. laya.physics.joint.PulleyJoint_API3.0 [ 76%]

... _extra _singleton collideConnected otherAnchor otherBody otherGroundPoint owner ratio runInEditor scriptPath selfAnchor selfBody selfGroundPoint Accessors awaked destroyed enabled hideFlags id joint Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLat...

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

92. laya.physics.joint.WeldJoint_API3.0 [ 76%]

...constructor Properties _extra _singleton anchor collideConnected otherBody owner runInEditor scriptPath selfBody Accessors awaked damping destroyed enabled frequency hideFlags id joint Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostR...

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

93. laya.d3.shader.ShaderPass_API3.0 [ 76%]

...s statefirst Accessors renderState Constructors constructor new ShaderPass(owner: SubShader, compiledObj: IShaderCompiledObj): ShaderPass Overrides ShaderCompileDefineBase.constructor Defined in laya/d3/shader/ShaderPass.ts:41 Parameters owner: SubShader compiledObj: IShaderCompiledObj Returns Shade...

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

94. 如何直播放对象自身的时间轴动画? [ 76%]

...prefab是带时间轴动画的,绑定了脚本,实例化出来后 this.owner如何播放动画啊?   var prefabInstantce=this.owner as Laya.Animation;   prefabInstantce.play("aniRota")   我就是想直接播放自身的动画而已 2019-06-16 添加评论 免费帖 --> 分享 微博 QZONE ...

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

95. laya.physics.joint.MouseJoint_API3.0 [ 76%]

...seJoint Index Constructors constructor Properties _extra _singleton anchor owner runInEditor scriptPath selfBody Accessors awaked damping destroyed enabled frequency hideFlags id joint maxForce Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdat...

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

96. Laya.Image组件设置线上链接 sizeGrid属性异常 [ 76%]

Laya.Image组件设置线上链接 sizeGrid属性异常 this.owner.skin = "\/\/enbrands.oss-cn-shenzhen.aliyuncs.com\/travelAround\/map_item.png"; this.owner.sizeGrid = "80,20,2,20,0"使用线上图片链接,图片会被裁切,使用本地同样的图片正常显示 附件 : --> 2020-01-17 添...

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

97. laya.physics.ColliderBase_API3.0 [ 76%]

... Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id isSensor restitution Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLat...

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

98. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 76%]

... Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors awaked canCollideWith colliderShape collisionGroup destroyed enabled friction hideFlags id restitution simulation Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDest...

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

99. 位图字体生效 [ 75%]

...加上就不生效了 txt.fontSize=60; txt.name='CEshi' txt.zOrder=2; this.owner.addChild(txt); console.log(this.owner) } 附件 : --> 2019-11-08 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 vvv123 赞同...

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

100. 物体随着鼠标滑动旋转脚本 [ 75%]

...什么意思有什么作用 ObjectRotate.prototype._initialize = function (owner) {     var _this = this;     ObjectRotate.__super.prototype._initialize.call(this,owner);       //在this(调取本函数的的对象)作用域内,侦听mousedown(鼠标按下)事件,如果侦听...

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