大约有 320 项符合查询结果, 库内数据总量为 30,953 项。 (搜索耗时: 0.0040 秒)
Laya_社区(112) Laya3.0_api(105) Laya2.0_文档(39) Laya2.0_api(25) Laya3.0_文档(20) laya_api(13) Laya_示例(6)
...以对应成3d对象中的vector3 let origin: any = {x:1,y:2,z:3}; let target: any = {x:5,y:8,z:8}; Laya.Tween.to(origin,target,500).update = new Laya.Handler(null,()=>{ console.log(origin); ...
来源: Laya_社区 发布时间: 20200817
...个2.0,跟示例里效果一样的文件: /** * ... * @author */ export class CameraMoveScript extends Laya.Script { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number; protected lastMouseY: number; ...
来源: Laya_社区 发布时间: 20200707
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Viewport" Viewport Class Viewport Viewport 类用于创建视口。 Hierarchy Viewport Index Constructors constructor Prope...
来源: Laya3.0_api 发布时间: 20231115
...相切与1984世界测地系统的spheriod的用户所在位置。 - 东(X)在地面上,垂直于北轴,向东为正。 - 北(Y)在地面上,向正北为正(指向北极)。 - 上(Z)垂直于地面,向上为正。 对于一个移动设备,例如电话或平板,设备坐...
来源: Laya2.0_文档 发布时间: 20210714
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientAngularVelocity" GradientAngularVelocity Class GradientAngularVelocity GradientRotation 类...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/GradientSize" GradientSize Class GradientSize GradientSize 类用于创建渐变尺寸。 Hierarchy...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoxColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class BoxColliderShapeInheritanceBoxColliderShape ColliderShape Object BoxColliderShape 类用于创建盒子形状碰撞器。 Public Properti...
来源: Laya2.0_api 发布时间: 20190513
...相切与1984世界测地系统的spheriod的用户所在位置。 - 东(X)在地面上,垂直于北轴,向东为正。 - 北(Y)在地面上,向正北为正(指向北极)。 - 上(Z)垂直于地面,向上为正。 对于一个移动设备,例如电话或平板,设备坐...
来源: Laya2.0_文档 发布时间: 20210714
...ponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. ///...
来源: Laya_社区 发布时间: 20170714
...q); 2017-09-19 1 0 分享 微博 QZONE 微信 avpvsdoom 赞同来自: box.transform.rotate(new Vector3(0,45,0),true,false); 我知道 这个方法可以旋转 但是这个方法不能写在 Laya.timer.loop 的回调方法里面 如果要按照这么写的话 模型就疯狂的旋转 所以我...
来源: Laya_社区 发布时间: 20170919