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

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

201. Native(android)下创建二维码并显示在页面上 [ 88%]

...width, final double height) { Bitmap bitmap = createQRCodeBitmap(content, (int)width, (int)height, "UTF-8", "H", "1", Color.BLACK, Color.WHITE); if (null != bitmap) { String base64OfBitmap = bitmapToBase64(bitmap); if (null != base64OfBitmap) { base64OfBitmap.replace("\n", ""); return base64OfBitmap...

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

202. laya.device.media.Video [ 88%]

...没有额外内存开销,无需renderTarget支持。 Sprite  CAMERA : int = 4[static] Video  currentSrc : String[read-only] 获取当前播放源路径。 Video  currentTime : Number 设置和获取当前播放头位置。 Video customRenderEnable : Boolean[write-only] 设置是否开启自...

来源: Laya2.0_api 发布时间: 20190513

203. laya.device.Shake [ 88%]

...事件响应一次后自动移除。 EventDispatcher  start(throushold:int, interval:int):void 开始响应设备摇晃。 Shake  stop():void 停止响应设备摇晃。 ShakeProperty Detailinstancepropertyinstance:Shake  [read-only] Implementation     public static function get instance()...

来源: laya_api 发布时间: 20170929

204. laya.map.MapLayer [ 88%]

...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect ...

来源: laya_api 发布时间: 20170929

205. laya.device.Shake [ 88%]

...事件响应一次后自动移除。 EventDispatcher  start(throushold:int, interval:int):void 开始响应设备摇晃。 Shake  stop():void 停止响应设备摇晃。 ShakeProperty Detailinstancepropertyinstance:Shake  [read-only] Implementation     public static function get instance()...

来源: Laya2.0_api 发布时间: 20190513

206. RenderTarget2D的create方法 [ 88%]

...交 1 个回复 w1114367261 赞同来自: public static function create(w:int, h:int, surfaceFormat:int = WebGLContext.RGBA, surfaceType:int = WebGLContext.UNSIGNED_BYTE, depthStencilFormat:int = WebGLContext.DEPTH_STENCIL, mipMap:Boolean = false, repeat:Boolean = false, minFifter:int = -1, magFifte...

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

207. laya.d3.graphics.VertexElement [ 88%]

...ropertyDefined By  elementFormat : StringVertexElement  elementUsage : intVertexElement  offset : intVertexElementPublic Methods  MethodDefined By  VertexElement(offset:int, elementFormat:String, elementUsage:int)VertexElementProperty DetailelementFormatpropertypublic var elementFormat:Stri...

来源: laya_api 发布时间: 20170929

208. laya.utils.PoolCache [ 88%]

...对象缓存管理器 Public Properties PropertyDefined By  maxCount : int = 1000 允许缓存的最大数量 PoolCache  sign : String 对象在Pool中的标识 PoolCachePublic Methods  MethodDefined By  addPoolCacheManager(sign:String, maxCount:int = 100):void[static] 添加对象缓存管...

来源: laya_api 发布时间: 20170422

209. laya.resource.WebGLRTMgr [ 88%]

...enderTarget的创建和回收 Public Methods  MethodDefined By  getRT(w:int, h:int):RenderTexture2D[static] 获得一个renderTarget 暂时先按照严格大小判断。 WebGLRTMgr  releaseRT(rt:RenderTexture2D):void[static] 回收一个renderTarget WebGLRTMgrMethod DetailgetRT()method public s...

来源: Laya2.0_api 发布时间: 20190513

210. laya.d3.graphics.VertexElement [ 88%]

...ropertyDefined By  elementFormat : StringVertexElement  elementUsage : intVertexElement  offset : intVertexElementPublic Methods  MethodDefined By  VertexElement(offset:int, elementFormat:String, elementUsage:int)VertexElementProperty DetailelementFormatpropertypublic var elementFormat:Stri...

来源: Laya2.0_api 发布时间: 20190513