大约有 2,479 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0057 秒)
Laya_社区(718) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(53)
...wTextureCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawTextureCmdInheritanceDrawTextureCmd Object 绘制单个贴图 Public Properties PropertyDefined By alpha : Number (可选)透明度。 DrawTextureCmd blendMode : String (可选)混合模式。 ...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
...rames VertexElementFormatMethods | Constants Packagelaya.d3.graphicsClasspublic class VertexElementFormatInheritanceVertexElementFormat Object ... Public Methods MethodDefined By getElementInfos(element:String):Array[static] 获取顶点元素格式信息。 VertexElementFormatPublic Constant...
来源: Laya2.0_api 发布时间: 20190513
...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
...Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多个声道。 Sound...
来源: Laya2.0_api 发布时间: 20190513
...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
...o Frames DistanceJointProperties | Methods Packagelaya.physics.jointClasspublic class DistanceJointInheritanceDistanceJoint JointBase Component Object 距离关节:两个物体上面各自有一点,两点之间的距离固定不变 Public Properties Hide Inherited Public Properties Show Inheri...
来源: Laya2.0_api 发布时间: 20190513
...码如下: **方式一:** ```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