大约有 1,839 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(53)
...nstructors constructor new ShaderVariant(shader: Shader3D, subShaderIndex: number, passIndex: number, defines: string[]): ShaderVariant Defined in laya/d3/shader/ShaderVariantCollection.ts:46 创建着色器变种。 Parameters shader: Shader3D 着色器 subShaderIndex: number 子着色器索引 pas...
来源: Laya3.0_api 发布时间: 20231102
...ransformations Constructors constructor new CannonBoxColliderShape(sizeX?: number, sizeY?: number, sizeZ?: number): CannonBoxColliderShape Overrides CannonColliderShape.constructor Defined in laya/d3/physicsCannon/shape/CannonBoxColliderShape.ts:44 创建一个新的 BoxColliderShape 实例。 Param...
来源: Laya3.0_api 发布时间: 20231102
...es Show Inherited Public Properties PropertyDefined By angularOffset : Number基于otherBody的角度偏移量,也是selfBody的目标角度MotorJoint collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseMotorJoint correctionFactor : ...
来源: Laya2.0_api 发布时间: 20190513
...c Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = ...
来源: laya_api 发布时间: 20170929
...uvs vertices x y ID Methods getBoundPoints recover Properties alpha alpha: number Defined in laya/display/cmd/DrawTrianglesCmd.ts:46 alpha blendMode blendMode: string | null Defined in laya/display/cmd/DrawTrianglesCmd.ts:51 blend模式 color color: number | null Defined in laya/display/cmd/DrawTria...
来源: Laya3.0_api 发布时间: 20231115
JCGraphicsCmdDispath::calcBoundingBox Wrong command number!,cmd=-16711936 JCGraphicsCmdDispath::calcBoundingBox Wrong command number!,cmd=-16711936 打包安卓 单机出现这个 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20170914
...": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean ...
来源: laya_api 发布时间: 20170929
...el instantiate load Constructors constructor new WebXRCamera(aspectRatio?: number, nearPlane?: number, farPlane?: number): WebXRCamera Inherited from Camera.constructor Overrides BaseCamera.constructor Defined in laya/d3/core/Camera.ts:659 创建一个 Camera 实例。 Parameters Default value aspec...
来源: Laya3.0_api 发布时间: 20231115
...c Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = ...
来源: laya_api 发布时间: 20170929
将一个Number类型的变量赋给一个int型变量,转换后为何没有自动取整呢? var i:Number=1.111111111111; var b:int=i; trace(b);as下结果为1,h5下还是1.111111111111 2015-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20151203