大约有 672 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0029 秒)
Laya3.0_api(470) Laya2.0_api(71) Laya3.0_文档(59) laya_api(58) Laya_社区(8) Laya_示例(2) Laya2.0_文档(2) Laya2.0_示例(2)
...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
...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
...te3D; @property( { type : Laya.TextArea } ) public txtarea: Laya.TextArea; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.txtarea.pos(Laya.stage.width >> 1, Laya.stage.height >>...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...外壳发射。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
...外壳发射。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
...外壳发射。radiusproperty public var radius:Number发射器半径。Constructor DetailHemisphereShape()Constructorpublic function HemisphereShape() 创建一个 HemisphereShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void ...
来源: laya_api 发布时间: 20170929
...外壳发射。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
..."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