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

大约有 696 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)

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

... = 0; y < height; y++){ for(int x = 0; x < width; x++){ if(bitMatrix.get(x, y)){ pixels[y * width + x] = color_black; // 黑色色块像素设置 } else { pixels[y * width + x] = color_white; // 白色色块像素设置 } } } /** 4.创建Bitmap对象,根据像素数组设置Bitmap每个像素...

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

482. laya.ui.IComponent [ 61%]

...propertycomXml:Object XML 数据。 Implementation     public function get comXml():Object    public function set comXml(value:Object):voidFri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

483. laya.utils.Mouse [ 61%]

...or:String 设置鼠标样式 Implementation     public static function get cursor():String    public static function set cursor(value:String):voidConstructor DetailMouse()Constructorpublic function Mouse()Method Detailhide()method public static function hide():void 隐藏鼠标 show()method...

来源: laya_api 发布时间: 20170929

484. laya.d3.animation.KeyframeNodeList [ 61%]

...rameNodeList() 创建一个 KeyframeNodeList 实例。 KeyframeNodeList  getNodeByIndex(index:int):KeyframeNode 通过索引获取节点。 KeyframeNodeList  setNodeByIndex(index:int, node:KeyframeNode):void 通过索引设置节点。 KeyframeNodeListProperty Detailcountpropertycount:int 获取...

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

485. laya.d3.core.MeshFilter [ 61%]

...aredMesh:Mesh 获取共享网格。 Implementation     public function get sharedMesh():Mesh    public function set sharedMesh(value:Mesh):voidConstructor DetailMeshFilter()Constructorpublic function MeshFilter(owner:RenderableSprite3D) 创建一个新的 MeshFilter 实例。 Parameters owne...

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

486. laya.utils.Mouse [ 61%]

...or:String 设置鼠标样式 Implementation     public static function get cursor():String    public static function set cursor(value:String):voidMethod Detailhide()method public static function hide():void 隐藏鼠标 show()method  public static function show():void 显示鼠标 Mon May 1...

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

487. laya.ui.Panel [ 61%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...

来源: laya_api 发布时间: 20170929

488. typeScript Java互调问题 [ 61%]

...stanceState) {         super.onCreate(savedInstanceState);         getWindow().requestFeature(Window.FEATURE_NO_TITLE);         getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);                  mProxy = new RuntimeProx...

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

489. laya.ui.ColorPicker [ 61%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String 表示颜色样本列表面板的背景颜色值。 ColorPicker blendMode : String指定要使用的混合模式。目前只支持"...

来源: laya_api 发布时间: 20170929

490. laya.map.TiledMap [ 61%]

...lse):void 创建地图 TiledMap  destroy():void 销毁地图 TiledMap  getLayerByIndex(index:int):MapLayer 通过索引得MapLayer TiledMap  getLayerByName(layerName:String):MapLayer 得到指定的MapLayer TiledMap  getLayerObject(layerName:String, objectName:String):GridSprite 得到对象...

来源: laya_api 发布时间: 20170929