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

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

441. laya.d3.core.material.RenderState [ 60%]

...BlendRGB:intRGB源混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method  public f...

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

442. laya.d3.resource.RenderTexture_API3.0 [ 60%]

...e WebXRRenderTexture MulSampleRenderTexture Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _inPool _isCameraTarget _renderTarget destoryedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture dep...

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

443. laya.resource.RenderTexture_API3.0 [ 60%]

...exture WebXRRenderTexture RenderTextureCube Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _id _inPool _isCameraTarget _renderTarget destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture...

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

444. laya.resource.HTMLCanvas [ 60%]

...urce:*  [read-only] Implementation     public function get source():*Constructor DetailHTMLCanvas()Constructorpublic function HTMLCanvas(createCanvas:Boolean = false) 根据指定的类型,创建一个 HTMLCanvas 实例。 Parameters createCanvas:Boolean (default = false)Method Detail_getSou...

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

445. laya.resource.RenderTexture2D_API3.0 [ 59%]

...。 Hierarchy BaseTexture RenderTexture2D Implements IRenderTarget Index Constructors constructor Properties _id _isCameraTarget _renderTarget depthStencilTexture destroyedImmediately lock name url uuid DEBUG _clearColor _clearLinearColor defuv flipyuv Accessors anisoLevel baseMipmapLevel compareMod...

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

446. laya.display.Node_API3.0 [ 59%]

...有子显示对象。 Hierarchy EventDispatcher Node Sprite Sprite3D Index Constructors constructor Properties _extra _scene _url name tag Accessors active activeInHierarchy components destroyed displayedInStage hideFlags is3D numChildren parent scene timer url Methods _initialize _processActive add...

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

447. laya.d3.math.BoundSphere [ 59%]

...的中心。radiusproperty public var radius:Number包围球的半径。Constructor DetailBoundSphere()Constructorpublic function BoundSphere(center:Vector3, radius:Number) 创建一个 BoundSphere 实例。 Parameters center:Vector3 — 包围球的中心。  radius:Number — 包围球的半径...

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

448. laya.events.Event_API3.0 [ 59%]

...ent 对象将作为参数传递给事件侦听器。 Hierarchy Event Index Constructors constructor Properties button currentTarget delta isDblClick nativeEvent target touchId touchPos type ADDED BLUR CHANGE CHANGED CLICK CLOSE COLLISION_ENTER COLLISION_EXIT COLLISION_STAY COMPLETE DEVICE_LOST DISPL...

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

449. laya.d3.component.AttachPoint [ 59%]

... public var matrixs:Vector.<Matrix4x4>挂点骨骼的变换矩阵。Constructor DetailAttachPoint()Constructorpublic function AttachPoint() 创建一个新的 AttachPoint 实例。 Event Detail complete Event Event Object Type: laya.events.EventEvent.type property = Event.COMPLETE完成挂点...

来源: laya_api 发布时间: 20170929

450. playSound和playMusic结束时候有异常抛出 [ 59%]

...emo代码(已测试有效):  // 程序入口 class GameMain {     constructor()     {         Laya.init(640,1100, Laya.WebGL);         //设置适配模式         Laya.stage.scaleMode = "showall";         //设置剧中对齐         Laya.stage.alignH = "center";   ...

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