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

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

1. 有没有办法获取音乐播放状态? [ 100%]

...或返回是否在加载完成后随即播放音频/视频*/         public var autoplay:Boolean;         /**返回表示音频/视频已缓冲部分的 TimeRanges 对象*/         public var buffered:*;         /**设置或返回音频/视频是否显示控件(比如播放...

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

2. 自己写了个label继承官方的label,出现了问题,求指导~ [ 98%]

...DemoLabel类:package { // import laya.ui.Label; import laya.webgl.WebGL; public class DemoLabel { public function DemoLabel() { Laya.init(800, 600, WebGL); Laya.stage.bgColor = "#232628"; //---------------------------------这是用我自己写的label继承了官方的label,问题是label显示...

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

3. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 98%]

... @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, default:1000}*/ public numType: number = 1000; /** @prop {name:strType, tips:"字符串类型示例", type:String, default:"hello...

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

4. 有没有浮雕滤镜? [ 98%]

...i 目前只有以下的滤镜和混合模式 /**@private 模糊滤镜。*/ public static const BLUR:int = 0x10; /**@private 颜色滤镜。*/ public static const COLOR:int = 0x20; /**@private 发光滤镜。*/ public static const GLOW:int = 0x08; public static const NAMES:Array = /*[STATIC SAFE]*/["...

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

5. 关于2.1.0代码设计的疑问 [ 97%]

...于 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 _NegativeUnitX:...

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

6. 颜色滤镜 差值变化 [ 96%]

...astValue: number = null; private targets: Array<Laya.Sprite> = null; public static instance: ColorTool = null; private targetsFilter: Laya.ColorFilter = null; private _persent: number = 0; protected constructor() { this.targets = new Array<Laya.Sprite>(); } /** * 实例 */ public static ...

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

7. TextInput有禁用中文输入法的功能吗? [ 96%]

...链接 提交 2 个回复 Laya_Aaron 赞同来自:         static public const TYPE_TEXT:String = "text";         /** password 类型用于密码域输入。*/         static public const TYPE_PASSWORD:String = "password";         /** email 类型用于应该包含 e-...

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

8. LAYABOX游戏实时语音之APP版本 [ 95%]

...rowser.ExportJavaFunction; /** * Created by Administrator on 2017/7/19. */ public class YIMMain { private final String TAG = "MarketTest"; private final static String strAppKey = "123132123";//你申请的App Key private final static String strSecrect = "1231312312312312312312";//你申请的App Sec...

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

9. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号1.7.10 [ 95%]

...    import laya.maths.Size;     import laya.ui.Image;          public class ProcessTimer extends Sprite     {         public var img:Image;         public var maskSp:Sprite;         public var percent:Number;         public var type:String = "PROGRESS_TIMER_TYP...

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

10. 我想把flex项目转为laya ts项目,转换过程 mx.containers.Canvas报错 [ 95%]

...  import mx.core.UIComponent;                          public var cabId:int = 0;             public var U:int = 42;             public var frameFace:int = 1;                          public function add(child:UIComponent):void           ...

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