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

大约有 314 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)

71. laya.d3.math.Quaternion_API3.0 [ 72%]

...ernion Implements IClone Index Constructors constructor Properties w x y z DEFAULT NAN Methods clone cloneTo equals forNativeElement fromArray getYawPitchRoll identity invert length lengthSquared normalize rotateX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 creat...

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

72. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 72%]

...ber 字节长度。 bufferUsage: BufferUsage VertexBuffer3D用途类型。 Default value canRead: boolean = false 是否可读。 Returns NativeVertexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/...

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

73. laya.ani.bone.BoneSlot_API3.0 [ 72%]

...画到Graphics上 Parameters graphics: GraphicsAni boneMatrixArray: any[] Default value noUseSave: boolean = false 不使用共享的矩阵对象 _tempResultMatrix,只有实时计算的时候才设置为true Default value alpha: number = 1 Returns void drawBonePoint drawBonePoint(graphics: Graphic...

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

74. laya.maths.Matrix_API3.0 [ 72%]

...hs/Matrix.ts:30 使用指定参数创建新的 Matrix 对象。 Parameters Default value a: number = 1 (可选)缩放或旋转图像时影响像素沿 x 轴定位的值。 Default value b: number = 0 (可选)旋转或倾斜图像时影响像素沿 y 轴定位的值。 Default value c: number...

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

75. laya.d3.math.Plane_API3.0 [ 72%]

...efined in laya/d3/math/Plane.ts:16 创建一个 Plane 实例。 Parameters Default value normal: Vector3 = new Vector3 平面的向量 Default value d: number = 0 平面到原点的距离 Returns Plane Properties Static PlaneIntersectionType_Back PlaneIntersectionType_Back: number = 0 Defined in lay...

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

76. laya.d3.physicscannon.shape.CannonBoxColliderShape_API3.0 [ 72%]

...lliderShape.ts:44 创建一个新的 BoxColliderShape 实例。 Parameters Default value sizeX: number = 1 盒子X轴尺寸。 Default value sizeY: number = 1 盒子Y轴尺寸。 Default value sizeZ: number = 1 盒子Z轴尺寸。 Returns CannonBoxColliderShape Properties needsCustomCollisionCallbac...

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

77. 自动创建的GameConfig.ts报错 [ 72%]

...赞同来自: 好好看看示例,这个不是这么用的,  要export default 才可以。 2018-10-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 席门大官人 相关问题 2.0一不小心删了bin目...

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

78. laya.d3.component.Animator_API3.0 [ 72%]

...dState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getDefaultState hasHideFlag linkSprite3DToAvatarNode onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate play removeState unLinkSprite3DToAvatarNode Constructors constructo...

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

79. laya.d3.math.native.ConchQuaternion_API3.0 [ 72%]

...rnion Implements IClone Index Constructors constructor Properties elements DEFAULT NAN Accessors w x y z Methods clone cloneTo equals fromArray getYawPitchRoll identity invert length lengthSquared normalize rotateX rotateY rotateZ scaling add createFromAxisAngle createFromMatrix3x3 createFromMatrix4...

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

80. prop 识别不到 [ 71%]

...但vscode报未定义,IDE F8编译时也不通过   代码: export default class Index extends Laya.Script {     /* @prop {name: speed, tips: "速度", type: Number, default: 10} */      constructor() {         super();     }      onAwake() {     ...

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