大约有 220 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
...d Inherited from Text.rotation Defined in laya/display/Sprite.ts:777 旋转角度,默认值为0。以角度为单位。 Returns number Inherited from Text.rotation Defined in laya/display/Sprite.ts:781 旋转角度,默认值为0。以角度为单位。 Parameters value: number Returns void scale...
来源: Laya3.0_api 发布时间: 20231115
...使用时重写覆盖即可 Component setAngle(value:Object):void 设置角度 RigidBody setVelocity(velocity:Object):void 设置速度,比如{x:10,y:10} RigidBodyProtected Methods MethodDefined By _onAwake():void[override] RigidBody _onDisable():void[override] RigidBody _onEnable...
来源: Laya2.0_api 发布时间: 20190513
...d Inherited from Text.rotation Defined in laya/display/Sprite.ts:777 旋转角度,默认值为0。以角度为单位。 Returns number Inherited from Text.rotation Defined in laya/display/Sprite.ts:781 旋转角度,默认值为0。以角度为单位。 Parameters value: number Returns void scale...
来源: Laya3.0_api 发布时间: 20231115
...为调整数值的时候并不直观,此时,可以在IDE里直接输入角度值但不保存,仅将转换后的弧度值存起来。示例代码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //...
来源: Laya3.0_文档 发布时间: 20241014
...不能相对运动,受到关节的限制,两个刚体的相对位置和角度都保持不变,看上去像一个整体 Hierarchy JointBase WeldJoint Index Constructors constructor Properties _extra _singleton anchor collideConnected otherBody owner runInEditor scriptPath selfBody Accessors awak...
来源: Laya3.0_api 发布时间: 20231115
...ameraroot.addchild创建一个摄像机,设置好摄像机的默认位置角度使其朝向物体就行了 2017-07-14 1 1 分享 微博 QZONE 微信 183*****755 赞同来自: 需要开发者参考cameraMoveScript脚本组件自己实现。 2017-07-14 0 0 分享 微博 QZONE 微信 赞同来自...
来源: Laya_社区 发布时间: 20170714
...d Inherited from Text.rotation Defined in laya/display/Sprite.ts:777 旋转角度,默认值为0。以角度为单位。 Returns number Inherited from Text.rotation Defined in laya/display/Sprite.ts:781 旋转角度,默认值为0。以角度为单位。 Parameters value: number Returns void scale...
来源: Laya3.0_api 发布时间: 20231115
...直径,而不是贴图缩放 Start Rotation:每个粒子的初始旋转角度。如果您想分别控制每个轴的旋转,请启用3D选项。可选择两种延迟方式 Constant 固定值 Random Between Two Constant 从最小到最大中随机取值 (图3.1.1-3) 展示了Start Rotation...
来源: Laya3.0_文档 发布时间: 20241014
... setAngle(value: any): void Defined in laya/physics/RigidBody.ts:319 设置角度 Parameters value: any 单位为弧度 Returns void setVelocity setVelocity(velocity: any): void Defined in laya/physics/RigidBody.ts:310 设置速度,比如{x:10,y:10} Parameters velocity: any Returns void Globals "l...
来源: Laya3.0_api 发布时间: 20231115
... 2.场景中确保有一个照相机,自行调整照相机位置,角度,最终layaAir运行效果会与Unity运行结果保持一致。 --------------------------------------------------------------------------------------------------------------------------------------- ...
来源: Laya_社区 发布时间: 20170428