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

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

401. 在Unity中设置动画事件(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 53%]

...法赋值 _script.showMsgFunc = function () { this.text = "ShowMsg"; this.color = "red"; }.bind(_lab); })); ``` 最后了来看下效果,如图2。 ![](img/2.gif)(图2)

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

402. laya.d3.core.material.Material_API3.0 [ 53%]

...fectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVecto...

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

403. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 53%]

... Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //加载资源 Laya.loader.load(this.skins, Handler.create(this, this.onSkinLoadComplete)); } /***加载资源完成***/ private onSkinLoadComplete(e:any=null):void { //创建水平滚动条 this.createHScrol...

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

404. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 53%]

... Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //加载资源 Laya.loader.load(this.skins, Handler.create(this, this.onSkinLoadComplete)); } /***加载资源完成***/ private onSkinLoadComplete(e:any=null):void { //创建垂直滚动条 this.createVScrol...

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

405. sprite点击事件 位置便宜 [ 53%]

...tainer = canvas; var canvas2 = Laya.init(480, 360, WebGL); // Laya.stage.bgColor = "#232628"; setup(); })(); function setup() { createInteractiveTarget(); createLogger(); } function createInteractiveTarget() { var rect = new Sprite(); rect.graphics.drawRect(0, 0, 200, 200, "#D2691E"); rect.size(200,...

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

406. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 53%]

...renderQuality Accessors MaterialDefine MaterialProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcRGB cpuMemory cull depthTest depthWrite destroy...

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

407. 请问如何使我的自定义类UIDropBox继承Laya.Sprite? [ 53%]

...d: function () { var text = new Text(); text.overflow = Text.VISIBLE; text.color = "#FFFFFF"; text.fontSize = 20; return text; } } return UIDropBox; })(); 请问如何使我的自定义类UIDropBox继承Laya.Sprite? 现在第10行 调用addChild 调不到。。报错了 没继承成功 2016-12-26 ...

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

408. laya.d3.core.light.LightSprite_API3.0 [ 52%]

...a _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowR...

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

409. 导出类型为文件模式时,只能是通过Laya.Scene.load的加载返回传递的参数得到视图对象么? [ 52%]

...动模式 怎样获取浏览器地址传过来的GET参数 2.0 drawTexture color参数无效 问题状态 最新活动: 2018-10-30 15:36 浏览: 2184 关注: 2 人

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

410. LayaAir3D 导出和使用U3D粒子特效 [ 52%]

...tween Two Curve Start Rotation -> Curve, Randow Between Two Curve Start Color -> Gradient, Randow Between Two Gradient Emission -> Rate over Distance Shape -> Shape -> Mesh, Mesh Render, Skinned Mesh Render, Edge Limit Velocity over Lifetime Inherit Velocity Force over Lifetime Color ...

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