大约有 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 UtilsProperties | Methods Packagelaya.utilsClasspublic class UtilsInheritanceUtils Object Utils 是工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames PhysicsComponentProperties | Methods Packagelaya.d3.physicsClasspublic class PhysicsComponentInheritancePhysicsComponent Component ObjectSubclasses CharacterController, PhysicsTriggerComponent PhysicsComponent 类用于...
来源: Laya2.0_api 发布时间: 20190513
...size(texture.width, texture.height); } } } new laya.Sprite_SwitchTexture();package { import laya.display.Sprite; import laya.display.Stage; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Sprite_SwitchTexture { private var tex...
来源: Laya_示例 发布时间: 20260819
...s.sp1.rotation += 2; this.sp2.rotation += 2; } } } new laya.Sprite_Pivot();package { import laya.display.Sprite; import laya.display.Stage; import laya.events.Event; import laya.utils.Browser; import laya.webgl.WebGL; public class Sprite_Pivot { private var sp1:Sprite; private var sp2:Sprite; public...
来源: Laya2.0_示例 发布时间: 20260819
... this.mArmature.play(this.mCurrIndex,false); } } } new laya.MultiTexture();package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class Skeleton_MultiTexture { private var mAn...
来源: Laya2.0_示例 发布时间: 20260819
...享 微博 QZONE 微信 Laya_Aaron 赞同来自: 能提交拖尾的unity package 和 laya项目吗 方便测试。 2019-01-04 0 0 分享 微博 QZONE 微信 源 赞同来自: 自己手动写一下呗 比如world->body->trail A点移除的时候 trail.removeSelf(); trail.transform.position =...
来源: Laya_社区 发布时间: 20181217
...this.maskSp.y = Laya.stage.mouseY; } } } new laya.Sprite_MagnifyingGlass();package { import laya.display.Sprite; import laya.display.Stage; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Sprite_MagnifyingGlass { private var maskSp:Sprite; private var bg2:...
来源: Laya_示例 发布时间: 20260819
...wAngle }, 1000, Ease.elasticOut); } } } new laya.Interaction_CustomEvent();package { import laya.display.Sprite; import laya.display.Stage; import laya.events.Event; import laya.utils.Browser; import laya.utils.Ease; import laya.utils.Tween; import laya.webgl.WebGL; public class Interaction_CustomEv...
来源: Laya2.0_示例 发布时间: 20260819
API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureCubeProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class TextureCubeInheritanceTextureCube BaseTexture laya.resource.Bitmap TextureCube 类用于生成立方体纹理。 Public Properties Hid...
来源: Laya2.0_api 发布时间: 20190513
...IDTH + "," + this.DIALOG_HEIGHT; dialog.show(); } } } new laya.UI_Dialog();package { import laya.display.Stage; import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Dialog { private const DIALOG_WIDTH:int = 220; priva...
来源: Laya_示例 发布时间: 20260819