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

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

1631. 材质-PBRStandard材质 [ 58%]

...aterialScene/Showcase.ls")); scene.once(Laya.Event.HIERARCHY_LOADED, this, function () { var camera = scene.getChildByName("Main Camera"); camera.addComponent(CameraMoveScript); camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; var skyBox = new Laya.SkyBox(); camera.sky = skyBox; skyBox.textureCube ...

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

1632. 已知方向向量怎么转欧拉角 [ 58%]

... 提交 1 个回复 Laya_Aaron 赞同来自: Quaternion   public static function createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion) 2019-04-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发...

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

1633. 天空-天空盒 [ 58%]

...s.Stat; import common.CameraMoveScript; public class SkyBoxSample { public function SkyBoxSample() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; var camera:Camer...

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

1634. TextureCube. setSixSideImageSources () [ 58%]

...ureCube. setSixSideImageSources () setSixSideImageSources()method  public function setSixSideImageSources(source:Array, premultiplyAlpha:Boolean = false):void     通过六张图片源填充纹理。 source:Array 里面传入的是什么?图片的路径吗?我传入了6个贴图的路径,...

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

1635. laya.d3.core.particleshuriken.module.shape.BoxShape_API3.0 [ 58%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Inherited property

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

1636. laya.d3.graphics.VertexElementFormat_API3.0 [ 58%]

...gle Vector2 Vector3 Vector4 getElementInfos Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

1637. laya.resource.VideoTexture_API3.0 [ 58%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1638. laya.d3.component.animator.AnimatorStateNumberCondition_API3.0 [ 58%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Inherited accessor

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

1639. laya.d3.core.render.InstanceRenderElement_API3.0 [ 58%]

...ileShader recover updateInstanceData create Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Enumeration Interface Static method

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

1640. 关于Tween类多个对象同时缓动的时候过一段时间会不同步 [ 58%]

...例  然后在他们内部封装了动画方法然后同步执行 private function loadComplete2():void { Laya.stage.addChild(view); for(var i:int=1;i<=7;i++) { var tempItem:ItemUi=new ItemUi() Laya.stage.addChild(tempItem); tempItem.x=i*100; tempItem.y=200; tempItem.setAnimated(true); arr.push(...

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