大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0054 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...速的最大次数。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
...的加速度值。 Constructor DetailAccelerationInfo()Constructorpublic function AccelerationInfo()Mon May 13 2019, 03:12 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...r 事件触发时间。Constructor DetailAnimationEvent()Constructorpublic function AnimationEvent() 创建一个 AnimationEvent 实例。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...public var normalMap:StringConstructor DetailChunkInfo()Constructorpublic function ChunkInfo()Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
...加到垂直坐标(y)上的值。 Method Detailrecover()method public function recover():void 回收到对象池 Constant DetailIDConstantpublic static const ID:String = TranslateMon May 13 2019, 03:12 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
... laya.net.Loader; import laya.utils.Handler; public class XmlDemo { public function XmlDemo() { Laya.init(550,400); Laya.loader.load("data.xml",Handler.create(this,onLoaded),null,Loader.XML); } private function onLoaded():void { // TODO Auto Generated method stub var xml:XmlDemo=Laya.loader.getRes("...
来源: Laya_社区 发布时间: 20160914
...ne; private var timeLine2:TimeLine; private var timeLine3:TimeLine; public function AirDemo() { //初始化引擎 Laya.init(600, 400); Stat.show(); //加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function o...
来源: Laya_社区 发布时间: 20161207
...utils.Handler;import ui.EffectAnimationDemoUI; public class Main{public function Main(){//初始化舞台Laya.init(1334,750);//设置舞台背景色Laya.stage.bgColor = "#ffffff" //加载图集资源,加载成功后添加到舞台Laya.loader.load("./res/atlas/ui.atlas",Handler.create(this,onL...
来源: Laya_社区 发布时间: 20190708