大约有 1,288 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
Laya2.0_api(368) laya_api(298) Laya_社区(266) Laya_示例(145) Laya2.0_示例(111) Laya2.0_文档(68) Laya3.0_api(23) Laya3.0_文档(9)
API DocumentationAll Packages | All Classes | Index | Frames No Frames DrawLinesCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawLinesCmdInheritanceDrawLinesCmd Object 绘制连续曲线 Public Properties PropertyDefined By lineColor : * 线段颜色,...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames StaticPlaneColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class StaticPlaneColliderShapeInheritanceStaticPlaneColliderShape ColliderShape Object StaticPlaneColliderShape 类用于创建静态...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderContext3DProperties | Methods Packagelaya.d3.core.renderClasspublic class RenderContext3DInheritanceRenderContext3D Object RenderContext3D 类用于实现渲染状态。 Public Properties PropertyDefined By cli...
来源: Laya2.0_api 发布时间: 20190513
... Laya.stage.bgColor = "#232628"; } } } new laya.SmartScale_Align_Contral();package { import laya.display.Stage; public class SmartScale_Align_Contral { public function SmartScale_Align_Contral() { Laya.init(100, 100); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.alignH = Stage.ALIGN_CENTER...
来源: Laya_示例 发布时间: 20260818
API DocumentationAll Packages | All Classes | Index | Frames No Frames SkyDomeProperties | Methods Packagelaya.d3.resource.modelsClasspublic class SkyDomeInheritanceSkyDome SkyMesh Object SkyDome 类用于创建天空盒。 Public Properties PropertyDefined By slices : int[read-only] ...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderStateProperties | Methods Packagelaya.d3.core.renderClasspublic class RenderStateInheritanceRenderState Object RenderState 类用于实现渲染状态。 Public Properties PropertyDefined By camera : BaseCamera...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexGlitterProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexGlitterInheritanceVertexGlitter ObjectImplements IVertex VertexPositionNormalColorTangent 类用于创建粒子顶点结构。 Public Prope...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames DrawPolyCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawPolyCmdInheritanceDrawPolyCmd Object 绘制多边形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者...
来源: Laya2.0_api 发布时间: 20190513
...estUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); }// TestView.as package { import game.ui.test.TestPageUI; import laya.display.Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器...
来源: Laya_示例 发布时间: 20260818
...estUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); }// TestView.as package { import game.ui.test.TestPageUI; import laya.display.Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器...
来源: Laya2.0_示例 发布时间: 20200319