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

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

111. laya.display.cmd.DrawTextureCmd [ 95%]

...wTextureCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawTextureCmdInheritanceDrawTextureCmd Object 绘制单个贴图 Public Properties PropertyDefined By  alpha : Number (可选)透明度。 DrawTextureCmd  blendMode : String (可选)混合模式。 ...

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

112. laya.d3.component.AnimatorState [ 95%]

...No Frames AnimatorStateProperties | Methods Packagelaya.d3.componentClasspublic class AnimatorStateInheritanceAnimatorState ObjectImplements laya.d3.core.IClone AnimatorState 类用于创建动作状态。 Public Properties PropertyDefined By  clip : AnimationClip 获取动作。 AnimatorState...

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

113. laya.d3.core.particleShuriKen.module.GradientVelocity [ 95%]

...cityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速度。 Public Properties PropertyDefined By  constant : Vector3[read-only] 固定速度...

来源: laya_api 发布时间: 20170929

114. laya.d3.core.particleShuriKen.module.GradientVelocity [ 95%]

...cityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速度。 Public Properties PropertyDefined By  constant : Vector3[read-only] 固定速度...

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

115. laya.d3.graphics.VertexElementFormat [ 95%]

...rames VertexElementFormatMethods | Constants Packagelaya.d3.graphicsClasspublic class VertexElementFormatInheritanceVertexElementFormat Object ... Public Methods  MethodDefined By  getElementInfos(element:String):Array[static] 获取顶点元素格式信息。 VertexElementFormatPublic Constant...

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

116. laya.display.cmd.DrawTrianglesCmd [ 95%]

...rianglesCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawTrianglesCmdInheritanceDrawTrianglesCmd Object 绘制三角形命令 Public Properties PropertyDefined By  alpha : Number alpha DrawTrianglesCmd  blendMode : String blend模式 DrawTrianglesCmd  color ...

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

117. laya.media.SoundChannel [ 95%]

...Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多个声道。 Sound...

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

118. laya.d3.core.material.BaseMaterial [ 95%]

...terialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class BaseMaterialInheritanceBaseMaterial laya.resource.ResourceImplements laya.d3.core.ICloneSubclasses BlinnPhongMaterial, EffectMaterial, ExtendTerrainMaterial, PBRSpecularMaterial, PBRStandardMaterial, PixelLineMat...

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

119. laya.physics.joint.DistanceJoint [ 95%]

...o Frames DistanceJointProperties | Methods Packagelaya.physics.jointClasspublic class DistanceJointInheritanceDistanceJoint JointBase Component Object 距离关节:两个物体上面各自有一点,两点之间的距离固定不变 Public Properties Hide Inherited Public Properties Show Inheri...

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

120. AS3与JS混合编码(ActionScript-2D进阶篇(AS3)-扩展模块) [ 95%]

...码如下: **方式一:** ```java package { import laya.utils.Browser; public class JSDemo { public function JSDemo() { //初始化引擎 Laya.init(0, 0); //运行JS alert Browser.window.alert('我是alert'); } } } ``` **方式二:** ```java package { public class JSDemo { public function JSDe...

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