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

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

141. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 81%]

... BVH子空间 Type parameters T Hierarchy BVHSpatialBox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell ...

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

142. TypeError: Cannot read property '_byteLength' of null [ 81%]

...ow.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cann...

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

143. laya.physics.EdgeCollider_API3.0 [ 81%]

...s EdgeCollider 2D边框碰撞体 Hierarchy ColliderBase EdgeCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id isSensor points restitution x y Methods _initialize _...

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

144. laya.physics.joint.PrismaticJoint_API3.0 [ 81%]

...移动,它会阻止相对旋转 Hierarchy JointBase PrismaticJoint Index Constructors constructor Properties _extra _singleton anchor axis collideConnected otherBody owner runInEditor scriptPath selfBody Accessors awaked destroyed enableLimit enableMotor enabled hideFlags id joint lowerTranslation...

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

145. laya.physics.BoxCollider_API3.0 [ 81%]

...ass BoxCollider 2D矩形碰撞体 Hierarchy ColliderBase BoxCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction height hideFlags id isSensor restitution width x y Methods _initia...

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

146. laya.physics.ColliderBase_API3.0 [ 81%]

...oxCollider ChainCollider CircleCollider EdgeCollider PolygonCollider 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 de...

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

147. laya.physics.PolygonCollider_API3.0 [ 81%]

...过8个,也不能小于3个 Hierarchy ColliderBase PolygonCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id isSensor points restitution x y Methods _initialize _...

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

148. laya.physics.ChainCollider_API3.0 [ 81%]

...ChainCollider 2D线形碰撞体 Hierarchy ColliderBase ChainCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlags id isSensor loop points restitution x y Methods _initial...

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

149. laya.d3.utils.Physics3DUtils_API3.0 [ 81%]

...tils Physics 类用于简单物理检测。 Hierarchy Physics3DUtils Index Constructors constructor Properties COLLISIONFILTERGROUP_ALLFILTER COLLISIONFILTERGROUP_CHARACTERFILTER COLLISIONFILTERGROUP_CUSTOMFILTER1 COLLISIONFILTERGROUP_CUSTOMFILTER10 COLLISIONFILTERGROUP_CUSTOMFILTER2 COLLISIONFILTER...

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

150. UI界面发布后的layaUI.max.all.ts文件里的函数认识 [ 80%]

UI界面发布后的layaUI.max.all.ts文件里的函数认识 constructor(){ super()}和 createChildren():void { super.createChildren(); this.createView(ui.login.HeadUI.uiView); } 是先执行constructor()再执行createChildren()吗?constructor()相当于构造函数,createChildren()是构造...

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