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

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

621. 天空-天空盒 [ 51%]

...d("../../res/threeDimen/skyBox/skyBox1/skyCube.ltc"); } } new SkyBoxSample;package skyModule { import laya.d3.component.animation.SkinAnimations; import laya.d3.core.BaseCamera; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3...

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

622. Sprite-根据数据绘制路径 [ 51%]

... Laya.stage.height / 2, path, "#FF7F50"); } } } new laya.Sprite_DrawPath();package { import laya.display.Sprite; import laya.display.Stage; import laya.utils.Browser; import laya.webgl.WebGL; public class Sprite_DrawPath { public function Sprite_DrawPath() { // 不支持WebGL时自动切换至Canvas...

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

623. laya.d3.core.ParticleRender [ 51%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ParticleRenderProperties | Methods Packagelaya.d3.coreClasspublic class ParticleRenderInheritanceParticleRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Publ...

来源: laya_api 发布时间: 20170603

624. laya.d3.core.scene.OctreeNode [ 50%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames OctreeNodeProperties | Methods Packagelaya.d3.core.sceneClasspublic class OctreeNodeInheritanceOctreeNode ObjectImplements ITreeNodePublic Properties PropertyDefined By  _children : Vector.<OctreeNode>OctreeNode...

来源: laya_api 发布时间: 20170929

625. laya.d3.core.GlitterRender [ 50%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GlitterRenderProperties | Methods Packagelaya.d3.coreClasspublic class GlitterRenderInheritanceGlitterRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public ...

来源: laya_api 发布时间: 20170929

626. laya.d3.math.Viewport [ 50%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewportProperties | Methods Packagelaya.d3.mathClasspublic class ViewportInheritanceViewport Object Viewport 类用于创建视口。 Public Properties PropertyDefined By  height : Number高度Viewport  maxDepth : ...

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

627. rev-path的nodejs库被修改了,导致版本管理失效 [ 50%]

...,建议您研究一下 npm 上传和下载机制,再看一下我们的package.json 2020-09-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 liangzhch108 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有...

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

628. UI-TextArea [ 50%]

... Browser.pixelRatio; Laya.stage.addChild(ta); } } } new laya.UI_TextArea();package { import laya.display.Stage; import laya.ui.TextArea; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_TextArea { private var skin:String = "../../../../res/ui/textarea.pn...

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

629. as编译器1.7.5beta的问题 [ 50%]

...ar path = formatString("assets/otherAssets/" + file, STLConstant.scale); } package starling.utils { // TODO: add number formatting options /** Formats a String in .Net-style, with curly braces ("{0}"). Does not support any * number formatting options yet. */ public function formatString(format:Strin...

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

630. 文本-自动换行 [ 50%]

....textHeight >> 1; Laya.stage.addChild(txt); } } } new laya.Text_WordWrap();package { import laya.display.Stage; import laya.display.Text; import laya.utils.Browser; import laya.webgl.WebGL; public class Text_WordWrap { public function Text_WordWrap() { // 不支持WebGL时自动切换至Canvas Laya....

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