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

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

351. laya.ui.Dialog_API3.0 [ 67%]

...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getNodeByID getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get...

来源: Laya3.0_api 发布时间: 20231115

352. laya.d3.core.Camera [ 67%]

...ical(distance:Number):void 向上移动。 BaseCamera  normalizedViewportPointToRay(point:Vector2, out:Ray):void 计算从裁切空间生成的射线。 Camera off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 E...

来源: laya_api 发布时间: 20170929

353. laya.ui.List_API3.0 [ 67%]

...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getCell getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getItem getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scale...

来源: Laya3.0_api 发布时间: 20231115

354. laya.ui.UIGroup_API3.0 [ 67%]

...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...

来源: Laya3.0_api 发布时间: 20231115

355. laya.display.Input_API3.0 [ 67%]

...ToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get...

来源: Laya3.0_api 发布时间: 20231115

356. laya.ui.TextInput_API3.0 [ 67%]

...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...

来源: Laya3.0_api 发布时间: 20231115

357. laya.ui.Tree_API3.0 [ 66%]

...awToTexture3D event filter frameLoop frameOnce fresh freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...

来源: Laya3.0_api 发布时间: 20231115

358. PixelLineSprite3D 绘制线段问题 [ 66%]

... 1. 场景中存在一个目标OBJ, 首先获得目标的坐标this.objPoint3D= OBJ.transform.position2. 从摄像机(透视)构造一条射线(参考官方3D鼠标点击案例),来得到一个鼠标点击坐标this.originRay = new Laya.Ray(this.sceneCamera.transform.position, new Laya.V...

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

359. bitmap渲染问题 [ 66%]

...lse, 0x0000CC44); var rect:Rectangle = new Rectangle(0, 0, 20, 20); var pt:Point = new Point(10, 10); bmd2.copyPixels(bmd1, rect, pt); var bm1:Bitmap = new Bitmap(bmd1); this.addChild(bm1); var bm2:Bitmap = new Bitmap(bmd2); this.addChild(bm2); bm2.x = 50; trace(rect.width); trace(rect.height); 输...

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

360. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 66%]

... function getScreenPositionByTilePos(tileX:Number, tileY:Number, screenPos:Point = null):void {             if (screenPos) {                 switch (_map.orientation) {                 case TiledMap.ORIENTATION_ISOMETRIC:                      screenPo...

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