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

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

401. laya.d3.shader.ShaderVariant_API3.0 [ 93%]

...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

402. laya.d3.physicscannon.shape.CannonBoxColliderShape_API3.0 [ 93%]

...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

403. laya.physics.joint.MotorJoint [ 93%]

...es Show Inherited Public Properties PropertyDefined By  angularOffset : Number基于otherBody的角度偏移量,也是selfBody的目标角度MotorJoint  collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseMotorJoint  correctionFactor : ...

来源: Laya2.0_api 发布时间: 20190513

404. laya.ui.RadioGroup [ 93%]

...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

405. laya.display.cmd.DrawTrianglesCmd_API3.0 [ 93%]

...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

406. JCGraphicsCmdDispath::calcBoundingBox Wrong command number!,cmd=-16711936 [ 93%]

JCGraphicsCmdDispath::calcBoundingBox Wrong command number!,cmd=-16711936 JCGraphicsCmdDispath::calcBoundingBox Wrong command number!,cmd=-16711936         打包安卓 单机出现这个 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

407. laya.ui.TextArea [ 93%]

...": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean ...

来源: laya_api 发布时间: 20170929

408. laya.d3.webxr.core.WebXRCamera_API3.0 [ 93%]

...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

409. laya.ui.View [ 92%]

...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

410. 将一个Number类型的变量赋给一个int型变量,转换后为何没有自动取整呢? [ 92%]

将一个Number类型的变量赋给一个int型变量,转换后为何没有自动取整呢? var i:Number=1.111111111111; var b:int=i; trace(b);as下结果为1,h5下还是1.111111111111   2015-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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