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

大约有 1,288 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)

201. laya.display.cmd.DrawLinesCmd [ 61%]

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

202. laya.d3.physics.shape.StaticPlaneColliderShape [ 61%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames StaticPlaneColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class StaticPlaneColliderShapeInheritanceStaticPlaneColliderShape ColliderShape Object StaticPlaneColliderShape 类用于创建静态...

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

203. laya.d3.core.render.RenderContext3D [ 61%]

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

204. 屏幕适配-对齐模式 [ 61%]

... 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

205. laya.d3.resource.models.SkyDome [ 61%]

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

206. laya.d3.core.render.RenderState [ 61%]

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

207. laya.d3.graphics.VertexGlitter [ 61%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexGlitterProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexGlitterInheritanceVertexGlitter ObjectImplements IVertex VertexPositionNormalColorTangent 类用于创建粒子顶点结构。 Public Prope...

来源: laya_api 发布时间: 20170929

208. laya.display.cmd.DrawPolyCmd [ 61%]

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

209. IDE-显示IDE创建的界面 [ 61%]

...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

210. IDE-显示IDE创建的界面 [ 61%]

...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