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

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

191. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 64%]

...onstructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bones bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset localBounds material materials ratioIgnor receiv...

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

192. 摄像机的viewportPointToRay报错 [ 64%]

...a); PanelMgr.mainCamera.viewportPointToRay(this.pointRay, this.ray); (this.owner as Laya.Scene3D).physicsSimulation.rayCast(this.ray,this.hitresult); console.log(Laya.MouseManager.instance.mouseX + " -=----------" + Laya.MouseManager.instance.mouseY); if (this.hitresult.succeeded) { console.log(this...

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

193. laya.d3.component.staticmesh.StaticBatchMeshRender_API3.0 [ 64%]

...r Implements IBoundsCell Index Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset material materials mergeInfo ratioIgnor receiveShadow ...

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

194. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 64%]

...Constructors constructor Properties _extra _isScene _singleton _updateMark owner runInEditor scriptPath TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors ambientColor ambientIntensity ambientMode ambientSH ambientSphericalHarmonics awaked bounds boundsMax boundsMin boxProjection customReflection d...

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

195. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 64%]

...rs constructor Properties _extra _particleSystem _receiveShadow _singleton owner runInEditor scriptPath sortingFudge stretchedBillboardCameraSpeedScale stretchedBillboardLengthScale stretchedBillboardSpeedScale Accessors awaked bounds boundsChange castShadow destroyed distanceForSort enabled hideFla...

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

196. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 64%]

...onstructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bones bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset localBounds material materials ratioIgnor receiv...

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

197. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 63%]

...Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow checkLOD destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset lodCullRateArray material materials ratioIgno...

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

198. 多行输入文本组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...; @regClass() export class TextAreaControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.TextArea } ) public txtarea: Laya.TextArea; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 ...

来源: Laya3.0_文档 发布时间: 20251010

199. laya.d3.physics.CharacterController_API3.0 [ 63%]

... Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath userData UPAXIS_X UPAXIS_Y UPAXIS_Z Accessors awaked btColliderObject canCollideWith ccdMotionThreshold ccdSweptSphereRadius colliderShape collisionGroup destroyed enabled fallSpeed friction gravi...

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

200. 用raycast选取实体,hitresult始终是false [ 63%]

...撞到的物体 // this.text.text = "碰撞到了" + outHitResult.collider.owner.name; console.log("碰撞到物体!!" + outHitResult.collider.owner.name) } 附件 : --> 射线选取实体的问题.zip 2019-12-19 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果...

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