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

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

341. laya.ui.ColorPicker [ 50%]

...ackagelaya.uiClasspublic class ColorPickerInheritanceColorPicker Component Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...

来源: laya_api 发布时间: 20170929

342. laya.ui.ColorPicker [ 50%]

...kagelaya.uiClasspublic class ColorPickerInheritanceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...

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

343. laya3d物体碰撞与触发检测的问题 [ 50%]

...1, -1, 0)); //添加自定义模型1 var box = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1, 1, 1))); box.addComponent(Laya.PhysicsCollider); var Rig=box.addComponent(Laya.Rigidbody3D); Rig.colliderShape=new Laya.BoxColliderShape(1,1,1); Rig.isTrigger=true; box.transform.trans...

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

344. drawTexture 画出来的数据会有以前的数据 [ 50%]

drawTexture 画出来的数据会有以前的数据 private var iconSpr:Sprite; private var htmlCanvas:HTMLCanvas; private var texture:Texture; private var xNum:int = 0; private var yNum:int = 0; private var img:Image; public function TestView() { img = new Image("comp/lhjicon_5.png"); img.x = 640;...

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

345. 求助,屏幕旋转后滚动条没有跟随旋转 [ 50%]

...被折叠 要回复问题请先登录 发起人 qwer535305054 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 求助关于TiledMap的版本问题 图片不...

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

346. laya.d3.core.light.PointLight [ 50%]

...gelaya.d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

来源: laya_api 发布时间: 20170929

347. laya.d3.core.light.DirectionLight [ 50%]

...3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean ...

来源: laya_api 发布时间: 20170929

348. laya.d3.core.light.DirectionLight [ 50%]

...3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

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

349. tween对Text的缩放,为何会抖动呢? [ 50%]

...放结点,碰撞体和图片不是以相同锚点缩放 圆环不跟随 sprite 一起缩放? 2.5引擎版本webgl使用遮罩动态变换位置和缩放时,会有线条,并未遮罩完整 问题状态 最新活动: 2020-04-16 11:44 浏览: 3477 关注: 4 人 腊笔小新 • 2020-04-15 20:49...

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

350. 关于laya生成的canvas定位问题导致内部事件不正确 [ 50%]

...ya.Stage.SCALE_NOSCALE; Laya.stage.bgColor = "#232628"; var img = new Laya.Sprite(); img.loadImage('images/item_5.png'); Laya.stage.addChild(img); img.on(Laya.Event.MOUSE_DOWN, img, onStartDrag); function onStartDrag(){ console.log(this); clickIndex++; msgDiv.html('图片选中了' + clickIndex + '...

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