大约有 327 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
Laya_社区(114) Laya3.0_api(105) Laya2.0_文档(39) Laya3.0_文档(25) Laya2.0_api(25) 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.15 Rotation By Speed(随速度变化的粒子旋转)2.16 External Forces(外部力场)2.17 Noise(噪声)2.18 Collision(碰撞)2.19 Sub Emitters(子发射器)2.20 Texture Sheet Animation(纹理片集动画)2.21 Trails(拖尾)三、CPU粒子系统渲染介绍CPU...
来源: Laya3.0_文档 发布时间: 20260122
...个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