大约有 271 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
Laya_社区(126) Laya2.0_文档(45) Laya3.0_api(40) laya_api(30) Laya2.0_api(16) Laya3.0_文档(13) Laya_示例(1)
...实例。 Node addInputChild(node:Node):NodeNode addLine(startPosition:Vector3, endPosition:Vector3, startColor:Color, endColor:Color):void 增加一条线。 PixelLineSprite3D addLines(lines:Vector.<PixelLineData>):void 添加多条线段。 PixelLineSprite3D callLater(method:Function...
来源: Laya2.0_api 发布时间: 20190513
...es _extra _isScene _singleton _updateMark owner runInEditor scriptPath TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors ambientColor ambientIntensity ambientMode ambientSH ambientSphericalHarmonics awaked bounds boundsMax boundsMin boxProjection customReflection destroyed enabled hideFlags iblTex...
来源: Laya3.0_api 发布时间: 20231115
...rite3D; private monster_character: Laya.Sprite3D; private translateW: Laya.Vector3 = new Laya.Vector3(0, 0, 0.2); private translateS: Laya.Vector3 = new Laya.Vector3(0, 0, -0.2); private translateA: Laya.Vector3 = new Laya.Vector3(0.2, 0, 0); private translateD: Laya.Vector3 = new Laya.Vector3(-0.2,...
来源: Laya_社区 发布时间: 20200917
...果,是我参数传的有问题吗? graph.drawCircle(0,0,50,new Laya.Vector3(0,1,1),new Laya.Vector3(0,1,1),10); 颜色的参数怎么传,参数类型是any,我不知道要传什么。 还有这个是不是得在Update中一直调用才行? Laya_Aaron • 2017-12-11 20:44 先new一个sprit...
来源: Laya_社区 发布时间: 20171211
...mainscene.addChild(new Laya.DirectionLight()); this.Light.color = new Laya.Vector3(0.7, 0.7, 0.7); this.Light.direction = new Laya.Vector3(-1.3, -1.5, -1.6); // shadow this.Light.shadow = true; //产生投影的范围(如过小将不会产生投影) this.Light.shadowDistance = 19; //生成阴影...
来源: Laya_社区 发布时间: 20181016
...ctor4[read-only] VertexPositionNormalColorTexture0Texture1Skin normal : Vector3[read-only] VertexPositionNormalColorTexture0Texture1Skin position : Vector3[read-only] VertexPositionNormalColorTexture0Texture1Skin textureCoordinate0 : Vector2[read-only] VertexPositionNormalColorTexture0Textu...
来源: laya_api 发布时间: 20170929
...(0, 0.1, 100); scene.addChild(camera); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); let directionLight = new Laya.DirectionLight(); scene.addChild(directionLight); let mat = directionLight.transform.worldMatrix; mat.setFo...
来源: Laya_社区 发布时间: 20200915
...结果有偏差 举例说明: 两个向量的夹角为N度,通过Laya.Vector3.cross(dir1,dir2,normal)获取两个向量的法线, 围绕法线将一个向量旋转N度时,不能与另一个向量重合 private testdir(){ //定义两个向量,算出向量夹角 v...
来源: Laya_社区 发布时间: 20191230
... : Vector4[read-only] VertexPositionNormalTexture0Texture1Skin normal : Vector3[read-only] VertexPositionNormalTexture0Texture1Skin position : Vector3[read-only] VertexPositionNormalTexture0Texture1Skin textureCoordinate0 : Vector2[read-only] VertexPositionNormalTexture0Texture1Skin text...
来源: laya_api 发布时间: 20170929
...开启Split Tone Parameters value: boolean Returns void gain get gain(): Vector3 set gain(value: Vector3): void Defined in laya/d3/core/render/PostEffect/ColorGradEffect.ts:353 gain 0-2 Returns Vector3 Defined in laya/d3/core/render/PostEffect/ColorGradEffect.ts:357 gain 0-2 Parameters value: Vector...
来源: Laya3.0_api 发布时间: 20231115