大约有 278 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)
Laya_社区(133) Laya3.0_api(55) Laya2.0_api(31) Laya_示例(21) laya_api(19) Laya2.0_文档(17) Laya3.0_文档(2)
...eObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild)...
来源: Laya_社区 发布时间: 20180125
...orm.localScale = new Vector3(4, 4, 4); layaMonkey.transform.rotation = new Quaternion(0.7071068, 0, 0, -0.7071067); layaMonkey.transform.translate(new Vector3(0, 0, 7)); })); ``` 加载完成后的效果(图4): (图4) #### 5. 预设加载 单个预设的加载,我们使用Sprit...
来源: Laya2.0_文档 发布时间: 20210715
...eObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) 2018-10-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ༺永洹༻ 相关问题 Failed to lo...
来源: Laya_社区 发布时间: 20180819
...ial.StandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BaseMesh; import laya.d3.resource.models.Mesh; impor...
来源: Laya_示例 发布时间: 20251130
...eObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild)...
来源: Laya_社区 发布时间: 20180308
...se); } if (force || this._getTransformFlag(Laya.Transform3D.TRANSFORM_WORLDQUATERNION)) { var shapeRotation = this._colliderShape.localRotation; var btRotation = CannonPhysicsComponent._btQuaternion0; var rotation = transform.rotation; if (shapeRotation.x !== 0 || shapeRotation.y !== 0 || shapeRotat...
来源: Laya_社区 发布时间: 20210904
...9 销毁组件 Returns void getPhysicsOrientation getPhysicsOrientation(): Quaternion Inherited from PhysicsTriggerComponent.getPhysicsOrientation Defined in laya/d3/physics/PhysicsComponent.ts:448 获得物理四元数 Returns Quaternion getPhysicsPosition getPhysicsPosition(): Vector3 Inherited fr...
来源: Laya3.0_api 发布时间: 20231115
...iphone上不能正常显示的问题 event自定义事件的问题 关于Quaternion.rotationLookAt的问题 问题状态 最新活动: 2017-07-12 22:31 浏览: 1715 关注: 2 人 a4362928 • 2017-07-12 16:46 感谢,https://layaair.ldc.layabox.com/demo/?Sprite_Guide已测试成功 a4362928 • 201...
来源: Laya_社区 发布时间: 20170710
...9 销毁组件 Returns void getPhysicsOrientation getPhysicsOrientation(): Quaternion Inherited from PhysicsTriggerComponent.getPhysicsOrientation Defined in laya/d3/physics/PhysicsComponent.ts:448 获得物理四元数 Returns Quaternion getPhysicsPosition getPhysicsPosition(): Vector3 Inherited fr...
来源: Laya3.0_api 发布时间: 20231115
...nsform.rotation; 然后再加一个改变量 sphere.transform.rotation=new Quaternion(_qua.x+mody*0.001,_qua.y,0,1); 但是它的_qua.y限制了 sphere.transform.rotate(vectx,true,false); 局部转X轴的角度,感觉Y轴转不动了 2018-05-23 0 2 分享 微博 QZONE 微信 Laya_Aaron 赞同...
来源: Laya_社区 发布时间: 20180523