大约有 2,995 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0071 秒)
Laya_社区(1062) Laya3.0_api(668) Laya2.0_api(366) laya_api(298) Laya2.0_文档(230) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(107)
API DocumentationAll Packages | All Classes | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties P...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties P...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames CircleShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class CircleShapeInheritanceCircleShape BaseShape Object CircleShape 类用于创建环形粒子形状。 Public Properties Hid...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames RotationInfoProperties | Methods Packagelaya.device.motionClasspublic class RotationInfoInheritanceRotationInfo Object 保存旋转信息的类。请勿修改本类的属性。 Public Properties PropertyDefined By ab...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames CircleShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class CircleShapeInheritanceCircleShape BaseShape Object CircleShape 类用于创建环形粒子形状。 Public Properties Hid...
来源: Laya2.0_api 发布时间: 20190513
...ls Only exported Menu Globals "laya/d3/WebXR/core/WebXRGamepad" AxiGamepad Class AxiGamepad 类用来描述gamepad Axis Hierarchy EventDispatcher AxiGamepad Index Properties axisLength handness EVENT_OUTPUT Methods destroy event hasListener off offAll offAllCaller on once Properties axisLength axisL...
来源: Laya3.0_api 发布时间: 20231115
...= [character1, character2, character3, character4], characters = [], text; class PerformanceTest_Cartoon2 { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler, Text = Laya.Text; // 不支持WebGL时自动切换至Canvas Laya...
来源: Laya2.0_示例 发布时间: 20251219
...exported Menu Globals "laya/d3/component/HLOD/HLODBatchMesh" HLODBatchMesh Class HLODBatchMesh Hierarchy GeometryElement HLODBatchMesh Index Constructors constructor Properties _geometryElementOBj Accessors batchMesh batchSubMeshInfo bufferState destroyed drawType indexFormat instanceCount mode Meth...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames FrustumCullingMethods Packagelaya.d3.graphicsClasspublic class FrustumCullingInheritanceFrustumCulling Object ... Public Methods MethodDefined By FrustumCulling()FrustumCulling renderObjectCulling(boundFrustum:Bou...
来源: laya_api 发布时间: 20170422
...候会触发该事件,测试代码如下 主文档类 package { public class TestAir { public function TestAir() { Laya.init(600,400); var aaa:AAA=new AAA(); Laya.stage.addChild(aaa); } } }显示对象类 package { import laya.display.Sprite; import laya.events.Event; public class AAA extends Spri...
来源: Laya_社区 发布时间: 20170210