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

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

71. 销毁或移除sprite3D后再次生成的问题 [ 79%]

销毁或移除sprite3D后再次生成的问题 销毁或移除sprite3D (路径下的资源),之后重新sprite3D.load(原先资源) 最后在添加到scene时报错了,提示说添加的不是sprite3D类型,这个是为什么,有啥解决方案 2017-08-02 添加评论 免费帖 --> 分...

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

72. laya.media.SoundNode [ 78%]

...| Events Packagelaya.mediaClasspublic class SoundNodeInheritanceSoundNode Sprite Node EventDispatcher ObjectPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值...

来源: laya_api 发布时间: 20170422

73. laya.ui.Radio [ 78%]

...ts Packagelaya.uiClasspublic class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当...

来源: laya_api 发布时间: 20170929

74. .ui文件的Sprite的Graphics下没有Path [ 78%]

.ui文件的Sprite的Graphics下没有Path 我想在.ui文件里面用上圆角遮罩,但是没有drawPath,想问下怎么做 2017-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自:...

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

75. 关于removechild、destory、clear的问题 [ 78%]

...destory、clear的问题 laya这几个与清除有关的总也闹不清,sprite的destory   与   graphics下的clear   以及   父元素removechild   的方法都能达到清理sprite的效果,有的时候都不知道用哪个会不占内存,哪个不用再重新建实例,api的太简...

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

76. 哪里可以找到Laya.Sprite 的Api说明 [ 78%]

哪里可以找到Laya.Sprite 的Api说明 2018-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Sage 赞同来自: https://layaair.ldc.layabox.com/api/ 2018-05-11 0 1 分享 微博 QZONE 微信 为什么被...

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

77. laya.ui.TextInput [ 78%]

...kagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By a...

来源: laya_api 发布时间: 20170929

78. 两个问题都关于LayaAir的ios真机 [ 78%]

... = stateMap[e.type]); } public static function addDark(target:laya.display.Sprite, isDark:Boolean = true):void { if (isDark) { // laya.ui.UIUtils.addFilter(target, DARK); target.filters=[ new ColorFilter([0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 1, 0])]; } else { // laya.ui.UIUtil...

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

79. 多摄像机窗口的使用(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 78%]

...t = scene.addChild(new DirectionLight()) as DirectionLight; //加载模型 Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Handler.create(null, function(sp:Sprite3D):void { //将模型加到场景上 var layaMonkey:Sprite3D = scene.addChild(sp) as Sprite3D; })) ``` 编译运行上...

来源: Laya2.0_文档 发布时间: 20210715

80. laya.ui.FrameClip [ 78%]

...lic class FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示...

来源: laya_api 发布时间: 20170422