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

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

391. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 83%]

...------------写入数据---------------------------------- - **writeByte**(value:number):void在字节流中写入一个字节。 ```typescript var byte:Laya.Byte = new Laya.Byte(); byte.writeByte(10);//0-255之间 ``` - **writeFloat32**(value:number):void在当前字节偏移量位置处写入 Floa...

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

392. laya.d3.math.Vector3_API3.0 [ 83%]

...ne cloneTo cross dot fromArray length lengthSquared normalize scale set setValue toArray toDefault vadd vsub writeTo Clamp TransformNormal add cross distance distanceSquared dot equals lerp max min multiply normalize scalarLength scalarLengthSquared scale subtract transformCoordinate transformQuat t...

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

393. mac 下翻译出来的顺序问题 [ 83%]

...anvas.save.SaveBase var SaveBase=(function(){ function SaveBase(){ //this._valueName=null; //this._value=null; //this._dataObj=null; //this._newSubmit=false; } __class(SaveBase,'laya.webgl.canvas.save.SaveBase'); var __proto=SaveBase.prototype; Laya.imps(__proto,{"laya.webgl.canvas.save.ISaveData":t...

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

394. VSlider属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 83%]

...设置 VSlider 的属性 max 的值为 20、属性 min 的值为0、属性 value 的值为5后,显示效果如下: ​ ![图片3.png](img/3.png) ​ (图3) **max:**VSlider滑块拖动到最右边时的最大值,默认数值为100; **min:**VSlider滑块拖动到最左边时的最小...

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

395. laya.display.cmd.FillTextCmd [ 83%]

...   public function get color():String    public function set color(value:String):voidfontproperty font:String 定义字号和字体,比如"20px Arial"。 Implementation     public function get font():String    public function set font(value:String):voidtextproperty text:String 在...

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

396. laya.display.Node_API3.0 [ 83%]

.../Node.ts:62 节点标签 Accessors active get active(): boolean set active(value: boolean): void Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 R...

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

397. 使用3D UI · LayaAir3.3 · 引擎文档 · LAYABOX [ 83%]

...等。 在3.1节中的Prefab2D中,添加一个Text节点,命名为“value”,并将进度条命名为“bar”,接着勾选value、bar的定义变量选项。如图4-1所示, (图4-1) 保存场景后,就像处理2D UI的操作一样,在2D预制体的根节点上添加Runtime类,...

来源: Laya3.0_文档 发布时间: 20251010

398. EffectMaterial设置texture强制debugger [ 83%]

...er 发现EffectMaterial类中 /**     *设置贴图。     *@param value 贴图。     */     /**     *获取贴图。     *@return 贴图。     */     __getset(0,__proto,'texture',function(){         return this._shaderValues.getTexture(1);         }...

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

399. 加载界面一直显示 0% [ 83%]

...,一直是 0%  打印了下,loadingView.prototype.loading = function (value) { if (this.bridge) { if (this.sOS == "Conch-ios") { this.bridge.call("loading:", value); } else if (this.sOS == "Conch-android") { this.bridge.call("loading", value); } console.log("loadingView.prototype.loading=" + va...

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

400. laya.d3.component.hlod.HLODElement_API3.0 [ 83%]

....ts:30 batch mesh Accessors lightmap get lightmap(): Lightmap set lightmap(value: Lightmap): void Defined in laya/d3/component/HLOD/HLODUtil.ts:48 Returns Lightmap Defined in laya/d3/component/HLOD/HLODUtil.ts:51 Parameters value: Lightmap Returns void material get material(): Material set material(...

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