• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 690 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0051 秒)

1. swf预加载问题 [ 100%]

...cher { public static const BEFORLOADERFINISH:String = "BeforLoaderFinish"; private const ADDONE:String = "bingan/AddOne.swf"; private const BG:String = "bingan/bg.swf"; private const CDOWNBIN:String = "bingan/cDownBin.swf"; private const CUOLE:String = "bingan/cuole.swf"; private const CUPBIN:String...

来源: Laya_社区 发布时间: 20161213

2. rigidBody.applyForce 物体不会移动 [ 99%]

...地上一动也不动的 ​ export default class GameUI { //宣告場景 private scene: Laya.Scene3D; private camera: Laya.Camera; private directionlight: Laya.DirectionLight; private character: Laya.Sprite3D; private monster_character: Laya.Sprite3D; private translateW: Laya.Vector3 = new Laya.Vec...

来源: Laya_社区 发布时间: 20200917

3. 关于2.1.0代码设计的疑问 [ 98%]

...疑问 1.关于 2.1.0版本 Vector3 的疑问 如下:2.1.0的Vector3 /**@private */ public static const _ZERO:Vector3 =/*[STATIC SAFE]*/ new Vector3(0.0, 0.0, 0.0); /**@private */ public static const _ONE:Vector3 =/*[STATIC SAFE]*/ new Vector3(1.0, 1.0, 1.0); /**@private */ public static const _Ne...

来源: Laya_社区 发布时间: 20190706

4. tiledmap有时尺寸不正确 [ 98%]

...写的,现附上代码export class Scene{ // 当前场景的配置信息 private _mLevelConf:LevelConf = null; // 地图文件 private _mTiledMap:TiledMap = null; // 自定义信息文件 private _mLoader:Loader = null; // 当前地图X坐标 private _mViewPortX:number = 0; // 当前地图Y左边 ...

来源: Laya_社区 发布时间: 20180529

5. 请大家帮助优化一下这个抛物线的代码 [ 97%]

...s://my.oschina.net/u/659068/blog/1564002  class Ball extends Laya.Sprite{ private static cached:boolean = false; private body:Laya.Sprite; constructor(){ super(); this.init(); } public init():void{ if(!Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.pn...

来源: Laya_社区 发布时间: 20171108

6. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 97%]

...s Sprite     {         CONFIG::debug         {             private static var logger:Logger = new Logger();               private var log:ILogger;         }           public function Game()         {             CONFIG::debug             {         ...

来源: Laya_社区 发布时间: 20200217

7. Resources already exist,is repeated loading 加载特效报重复加载 [ 96%]

...ing 加载特效报重复加载 export default class TransformDemo{     private scene:Laya.Scene3D;     private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private rotate:Laya.Vector3 = new Laya.Vector3(0, 1, 0...

来源: Laya_社区 发布时间: 20190509

8. as中 slider的两个private类改为protected [ 96%]

LayaAir引擎 as中 slider的两个private类改为protected 在进行自定义组件时,发现 laya.ui.Slider中有两个 private 的方法 mouseUp, mouseMove,因为使用了private,所以子类不能继承,不能修改。 2016-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

来源: Laya_社区 发布时间: 20161227

9. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 96%]

.../* * 位图字体; */ class BPFont extends Laya.Sprite { // 文本内容 private _text: string; // 水平排列方式 private _align: string; // 资源前缀 private resFix: string; // 间距 private _padding: number; // 位图集合 private chars: Laya.Sprite = ; // 回收池 private static fontPoo...

来源: Laya_社区 发布时间: 20180302

10. Socket连接不上(已解决) [ 95%]

...webgl.WebGL;          public class LayaDemo      {         private var socket:Socket;         private var output:Byte;                  private var txt:Text;                  public function LayaDemo()         {             Laya.init(600, ...

来源: Laya_社区 发布时间: 20170209