大约有 1,288 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0055 秒)
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 AttachPointProperties | Methods | Events Packagelaya.d3.componentClasspublic class AttachPointInheritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide I...
来源: laya_api 发布时间: 20170929
...ght >> 1; Laya.stage.addChild(text); } } } new laya.SmartScale_Landscape();package { import laya.display.Stage; import laya.display.Text; import laya.webgl.WebGL; public class SmartScale_Landscape { public function SmartScale_Landscape() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400...
来源: Laya_示例 发布时间: 20260819
...ight >> 1; Laya.stage.addChild(text); } } } new laya.SmartScale_Portrait();package { import laya.display.Stage; import laya.display.Text; import laya.webgl.WebGL; public class SmartScale_Portrait { public function SmartScale_Portrait() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, ...
来源: Laya_示例 发布时间: 20260819
API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewportProperties | Methods Packagelaya.d3.mathClasspublic class ViewportInheritanceViewport Object Viewport 类用于创建视口。 Public Properties PropertyDefined By height : Number高度Viewport maxDepth : ...
来源: laya_api 发布时间: 20170929
...下呀 2017-12-15 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); ...
来源: Laya_社区 发布时间: 20171215
API DocumentationAll Packages | All Classes | Index | Frames No Frames CommonScriptProperties | Methods Packagelaya.componentsClasspublic class CommonScriptInheritanceCommonScript Component Object CommonScript 类用于创建公共脚本类。 Public Properties Hide Inherited Public Propert...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexShuriKenParticleMethods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShuriKenParticleInheritanceVertexShuriKenParticle ObjectSubclasses VertexShurikenParticleBillboard, VertexShurikenParticleMe...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames ClassUtilsMethods Packagelaya.utilsClasspublic class ClassUtilsInheritanceClassUtils Object ClassUtils 是一个类工具类。 Public Methods MethodDefined By createByJson(json:*, node:* = null, root:Node = null, cu...
来源: Laya2.0_api 发布时间: 20190513
绘画圆角矩形的工具,直接用,不用自己去算 package utils { import laya.display.cmd.DrawPathCmd; import laya.display.Graphics; import laya.display.Sprite; /** * ... * @author Kun */ public class GraphicsUtil { /** * 绘画圆角矩形 * @param graghics Graghics对象 * @param x 开...
来源: Laya_社区 发布时间: 20190117
...his.MCHeight) / 2; Laya.stage.addChild(mc); } } } new laya.Animation_SWF() package { import laya.ani.swf.MovieClip; import laya.display.Stage; import laya.utils.Browser; import laya.webgl.WebGL; public class Animation_SWF { private const SWFPath:String = "../../../../res/swf/dragon.swf"; private con...
来源: Laya_示例 发布时间: 20260819