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

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

91. laya.d3.core.light.PointLight_API3.0 [ 74%]

...s PointLight deprecated PointLight 类用于创建点光。 Hierarchy LightSprite PointLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWo...

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

92. 微信小游戏:HTMLDivElement的使用 [ 74%]

...更新-问题解答(最新版本:1.7.16) 微信小游戏如何竖屏 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 关于微信7.0.3版本之后的版本,微信小游戏 Android 端调整 “在屏 Canvas” 的放缩策略 LayaAirIDE下如何使用mask? 使...

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

93. laya.display.Graphics_API3.0 [ 73%]

...方式存储,可以通过cmds属性访问所有命令流。Graphics是比Sprite更轻量级的对象,合理使用能提高应用性能(比如把大量的节点绘图改为一个节点的Graphics命令集合,能减少大量节点创建消耗)。 see laya.display.Sprite#graphics Hierarchy Graphi...

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

94. 请问HtmlDivElement控件在innerHTML中有<div>标签的情况下获取实际宽高为0的问题? [ 73%]

...显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 如何设置Sprite的宽高和点击区域? Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2017-03-14 20:37 浏览: 1379 ...

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

95. 灯光-聚光 [ 73%]

...spotLight.range = 6.0; spotLight.spot = 32; var grid = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/staticModel/grid/plane.lh")); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); layaMonkey.once(Laya.Event.HIERARCHY_LOADED, th...

来源: Laya_示例 发布时间: 20240930

96. laya.d3.core.light.SpotLight_API3.0 [ 73%]

...ass SpotLight deprecated SpotLight 类用于创建聚光。 Hierarchy LightSprite SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWor...

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

97. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 73%]

...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComp...

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

98. 聊天室使用HTMLDivElement,宽度被固定为180了,这个怎末改,求救 [ 73%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 使用3D时候,Propert...

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

99. laya.d3.core.light.DirectionLight_API3.0 [ 73%]

...Light deprecated DirectionLight 类用于创建平行光。 Hierarchy LightSprite DirectionLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lig...

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

100. 加载-销毁Texture使用的图片资源 [ 73%]

...Laya.stage.bgColor = "#232628"; Stat.show(); this.init(); } init() { const Sprite = Laya.Sprite, Animation = Laya.Animation, Text = Laya.Text, Event = Laya.Event; // 创建背景 this.spBg = Sprite.fromImage(PathBg); Laya.stage.addChild(this.spBg); // 创建动画 this.aniFly = new Animation(); this...

来源: Laya2.0_示例 发布时间: 20240930