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

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

401. laya.d3.math.Plane [ 63%]

...ctingproperty public static var PlaneIntersectionType_Intersecting:int = 2Constructor DetailPlane()Constructorpublic function Plane(normal:Vector3, d:Number = 0) 创建一个 Plane 实例。 Parameters normal:Vector3 — 平面的向量  d:Number (default = 0) — 平面到原点的距离 Method D...

来源: laya_api 发布时间: 20170929

402. laya.d3.math.Plane [ 63%]

...ctingproperty public static var PlaneIntersectionType_Intersecting:int = 2Constructor DetailPlane()Constructorpublic function Plane(normal:Vector3, d:Number = 0) 创建一个 Plane 实例。 Parameters normal:Vector3 — 平面的向量  d:Number (default = 0) — 平面到原点的距离 Method D...

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

403. 多行输入文本组件 · LayaAir3.0文档 · LAYABOX [ 63%]

...te3D; @property( { type : Laya.TextArea } ) public txtarea: Laya.TextArea; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.txtarea.pos(Laya.stage.width >> 1, Laya.stage.height >&gt...

来源: Laya3.0_文档 发布时间: 20241014

404. laya.d3.animation.AnimationNode [ 63%]

...mationNodeProperty Detailnamepropertypublic var name:String节点名称。 Constructor DetailAnimationNode()Constructorpublic function AnimationNode(localPosition:Float32Array = null, localRotation:Float32Array = null, localScale:Float32Array = null, worldMatrix:Float32Array = null) 创建一个新...

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

405. laya.d3.core.particleShuriKen.module.TextureSheetAnimation [ 63%]

...typeproperty public var type:int类型,0为whole sheet、1为singal row。Constructor DetailTextureSheetAnimation()Constructorpublic function TextureSheetAnimation(frame:FrameOverTime, startFrame:StartFrame) 创建一个 TextureSheetAnimation 实例。 Parameters frame:FrameOverTime — 动画帧...

来源: laya_api 发布时间: 20170929

406. laya.d3.core.particleShuriKen.module.shape.SphereShape [ 63%]

...外壳发射。radiusproperty public var radius:Number发射器半径。Constructor DetailSphereShape()Constructorpublic function SphereShape() 创建一个 SphereShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters b...

来源: laya_api 发布时间: 20170929

407. laya.d3.core.particleShuriKen.module.shape.SphereShape [ 63%]

...外壳发射。radiusproperty public var radius:Number发射器半径。Constructor DetailSphereShape()Constructorpublic function SphereShape() 创建一个 SphereShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters b...

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

408. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 62%]

...外壳发射。radiusproperty public var radius:Number发射器半径。Constructor DetailHemisphereShape()Constructorpublic function HemisphereShape() 创建一个 HemisphereShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void ...

来源: laya_api 发布时间: 20170929

409. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 62%]

...外壳发射。radiusproperty public var radius:Number发射器半径。Constructor DetailHemisphereShape()Constructorpublic function HemisphereShape() 创建一个 HemisphereShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void ...

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

410. 程序蓝图 · LayaAir3.0文档 · LAYABOX [ 62%]

..."type": "string" } ] } }) export class TestBluePrint extends Laya.Script { constructor(testParams: string) { super(); } } (图12-1) 3.2 属性 在变量前使用装饰器的标识@bpProperty,在get和set前使用装饰器的标识@bpAccessor,示例代码如下所示: const { bpClass, bpAcc...

来源: Laya3.0_文档 发布时间: 20241014