大约有 2,154 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(672) Laya_社区(471) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(5)
....webgl.WebGL; public class Particle_T3 { private var sp:Particle2D; public function Particle_T3() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleM...
来源: Laya2.0_示例 发布时间: 20241119
....LocalStorage; import laya.utils.Browser; public class LayaSample { public function LayaSample() { Laya.init(100,100); LocalStorage.setItem("key","hello"); LocalStorage.setItem("data","hello"); var data:Object = {"index":0,"index1":1}; LocalStorage.setJSON("item",data);//直接传入Object,接口...
来源: Laya2.0_文档 发布时间: 20210715
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var TextInput = Laya.TextInput; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var SPACING = 100; var INPUT_WIDTH = 300; var INPUT_HEIGHT = 50; var Y_OFFSET = 50; var skins; (function...
来源: Laya_示例 发布时间: 20241119
...; public class ColorPicker_Example { public function ColorPicker_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 ...
来源: Laya_社区 发布时间: 20171120
...y public var offset:intConstructor DetailVertexElement()Constructorpublic function VertexElement(offset:int, elementFormat:String, elementUsage:int) Parameters offset:int elementFormat:String elementUsage:intFri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...的加速度值。 Constructor DetailAccelerationInfo()Constructorpublic function AccelerationInfo()Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...var specularColor:Vector4Constructor DetailMaterialInfo()Constructorpublic function MaterialInfo()Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...速的最大次数。Constructor DetailPhysicsSettings()Constructorpublic function PhysicsSettings() 创建一个 PhysicsSettings 实例。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...y public var offset:intConstructor DetailVertexElement()Constructorpublic function VertexElement(offset:int, elementFormat:String, elementUsage:int) Parameters offset:int elementFormat:String elementUsage:intMon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
... public var texture:Texture 纹理。 Method Detailrecover()method public function recover():void 回收到对象池 Constant DetailIDConstantpublic static const ID:String = DrawTexturesMon May 13 2019, 03:12 PM +08:00
来源: Laya2.0_api 发布时间: 20190513