大约有 3,031 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)
Laya_社区(1088) Laya3.0_api(672) Laya2.0_api(368) laya_api(298) Laya2.0_文档(233) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(108)
API DocumentationAll Packages | All Classes | Index | Frames No Frames ResourceProperties | Methods | Events Packagelaya.resourceClasspublic class ResourceInheritanceResource EventDispatcher ObjectImplements laya.resource.ICreateResource, laya.resource.IDisposeSubclasses AnimationTemplet, ...
来源: laya_api 发布时间: 20170422
...据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 问题状态 最新活动: 2018-11-27 14:57 浏览: 1232 关注: 1 人
来源: Laya_社区 发布时间: 20181126
...870820 using UnityEngine; using System.Collections; public class DJH_Animation : MonoBehaviour { public GameObject AnimationObj;//带有动画的对象 // Use this for initialization void Start () { Ani...
来源: Laya_社区 发布时间: 20171204
...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name LayaIDE是否可以支持gif转swf? 问题状态 最新活动: 2018-01-09 10:25 浏览: 1288 关注: 2 人
来源: Laya_社区 发布时间: 20180108
... qian 赞同来自: http://layaair.ldc.layabox.com/api/?category=Core&class=laya.device.motion.RotationInfo 你看看有没有你想要的 2018-01-03 0 3 分享 微博 QZONE 微信 q1402907210 - 你猜猜 赞同来自: 问题已经解决,可以封贴了! 2018-01-03 0 0 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180103
...tartView.prototype.open = function(){ console.log("Open is ok"); } }; Laya.class(GameStartView,"GameStartView", GameStartUI); 输出:Button {toggle: false, _bitmap: AutoBitmap, _text: Text, _strokeColors: null, _state: 0…} 其中为什么on事件无法触发,该怎么样写?谢谢! 2018...
来源: Laya_社区 发布时间: 20180213
...exture是可以正常使用的,但是用fillTexture时无任何效果。 class Map extends laya.display.Sprite { static width: number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.create(this, this.bgLoaded)); } bgLoaded(): voi...
来源: Laya_社区 发布时间: 20170714
...如下package { import 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:XmlDem...
来源: Laya_社区 发布时间: 20160914
...oord(pos, _translate); layaMonkey.transform.position = _translate; }); }); class OrthographicCamera { private pos: Laya.Vector3 = new Laya.Vector3(310, 500, 0); private _translate: Laya.Vector3 = new Laya.Vector3(0, 0, 0); constructor() { Laya3D.init(1024, 768, true); Laya.stage.scaleMode = Laya.Sta...
来源: Laya_示例 发布时间: 20251209
二次开发安卓调用问题 JAVA: public class MainActivity extends Activity{ private void doLogin() { //怎么调用这个doLogin呢? }; } Laya: var doLogin = Laya.PlatformClass.createClass("demo.MainActivity"); doLogin .call("doLogin"); 请问该怎么调用? 2017-10-19 添加评论 免费...
来源: Laya_社区 发布时间: 20171019