大约有 408 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0030 秒)
Laya3.0_api(121) Laya_社区(118) Laya2.0_api(87) laya_api(55) Laya2.0_文档(20) Laya3.0_文档(4) Laya_示例(3)
...一个蒙版) camera.addLayer(5); //设置蒙版(所属图层) layaMonkey_clone1.layer = 2; layaMonkey_clone2.layer = 3; layaMonkey_clone3.layer = 4; ...... //切换图层按钮事件监听 changeActionButton.on(Event.CLICK, this, function():void { camera.removeAllLayers(); layerIndex ++; camera.add...
来源: Laya2.0_文档 发布时间: 20210715
...撞器。 Hierarchy CannonColliderShape CannonBoxColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation sizeX sizeY sizeZ type Methods _setScale clone cl...
来源: Laya3.0_api 发布时间: 20231102
...undBox BoundBox 类用于创建包围盒。 Hierarchy BoundBox Implements IClone Index Constructors constructor Properties max min Methods clone cloneTo getCenter getCorners getExtent setCenterAndExtent toDefault createfromPoints merge Constructors constructor new BoundBox(min: Vector3, max: Vector3...
来源: Laya3.0_api 发布时间: 20231115
...加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clone2.addComponent(MouseScript); this.layaMonkey_clone3.addComponent(MouseScript); ``` 鼠标脚本的效果如图1所示: (图1)
来源: Laya2.0_文档 发布时间: 20210715
...adientDataColorInheritanceGradientDataColor ObjectImplements laya.d3.core.IClone GradientDataColor 类用于创建颜色渐变。 Public Properties PropertyDefined By alphaGradientCount : int[read-only] 渐变Alpha数量。GradientDataColor rgbGradientCount : int[read-only] 渐变RGB数量。...
来源: laya_api 发布时间: 20170929
...。 Hierarchy CannonColliderShape CannonCompoundColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods _setScale addChildShape bindRigidBody...
来源: Laya3.0_api 发布时间: 20231102
...ientDataNumberInheritanceGradientDataNumber ObjectImplements laya.d3.core.IClone GradientDataNumber 类用于创建浮点渐变。 Public Properties PropertyDefined By gradientCount : int[read-only] 渐变浮点数量。GradientDataNumberPublic Methods MethodDefined By GradientDataNumber() ...
来源: laya_api 发布时间: 20170929
...ientDataNumberInheritanceGradientDataNumber ObjectImplements laya.d3.core.IClone GradientDataNumber 类用于创建浮点渐变。 Public Properties PropertyDefined By gradientCount : int[read-only] 渐变浮点数量。GradientDataNumberPublic Methods MethodDefined By GradientDataNumber() ...
来源: Laya2.0_api 发布时间: 20190513
...合碰撞器。 Hierarchy ColliderShape CompoundColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation shapes type Methods addChildShape clearChildShape ...
来源: Laya3.0_api 发布时间: 20231115
...Front PlaneIntersectionType_Intersecting Accessors distance normal Methods clone cloneTo normalize createPlaneBy3P Constructors constructor new Plane(normal?: Vector3, d?: number): Plane Defined in laya/d3/math/Plane.ts:16 创建一个 Plane 实例。 Parameters Default value normal: Vector3 = new V...
来源: Laya3.0_api 发布时间: 20231115