大约有 729 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
Laya3.0_api(284) Laya2.0_api(154) laya_api(114) Laya_社区(84) Laya2.0_文档(47) Laya3.0_文档(44) Laya2.0_示例(1) Laya_示例(1)
...s No Frames TimeLineProperties | Methods | Events Packagelaya.utilsClasspublic class TimeLineInheritanceTimeLine EventDispatcher Object TimeLine 是一个用来创建时间轴动画的类。 Public Properties PropertyDefined By scale : Number = 1 缩放动画播放的速度。TimeLine tota...
来源: Laya2.0_api 发布时间: 20190513
...Frames No Frames SoundManagerProperties | Methods Packagelaya.mediaClasspublic class SoundManagerInheritanceSoundManager Object SoundManager 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默认有两套声音方案:WebAudio和H5Audio 播放音效,...
来源: Laya2.0_api 发布时间: 20190513
...Index | Frames No Frames GradientModeConstants Packagelaya.d3.coreClasspublic class GradientModeInheritanceGradientMode Object ... Public Constants ConstantDefined By Blend : int = 0[static] 找到与请求的评估时间相邻的两个键,并线性插值在他们之间,以获得一种混合...
来源: Laya2.0_api 发布时间: 20190513
...Frames No Frames SoundManagerProperties | Methods Packagelaya.mediaClasspublic class SoundManagerInheritanceSoundManager Object SoundManager 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默认有两套声音方案:WebAudio和H5Audio 播放音效,...
来源: laya_api 发布时间: 20170929
...ameraProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D Node EventDispatcher Object Camera 类用于创建摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By ...
来源: Laya2.0_api 发布时间: 20190513
... _shaderValues 与 shader uniform。 ```javascript //绑定漫反射贴图 public static var ALBEDOTEXTURE = Laya.Shader3D.propertyNameToID("u_AlbedoTexture"); //绑定描边颜色 public static var OUTLINECOLOR = Laya.Shader3D.propertyNameToID("u_OutlineColor"); //绑定描边宽度 public static v...
来源: Laya2.0_文档 发布时间: 20210715
...Frames No Frames BlurFilterProperties | Methods Packagelaya.filtersClasspublic class BlurFilterInheritanceBlurFilter Filter Object 模糊滤镜 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By _filter : Function[static] Filter renderFunc :...
来源: Laya2.0_api 发布时间: 20190513
...tage; import laya.ui.Image; import laya.ui.Label; import laya.webgl.WebGL; public class screenMode { public function screenMode() { Laya.init(0, 0, WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#232628"; //自动横屏,游戏的水平方向始终与浏览器屏幕较短边保持垂...
来源: Laya2.0_文档 发布时间: 20210714
... Frames Vector3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By elements : Float32Array三维向量元素数组Vector3 x : Number ...
来源: laya_api 发布时间: 20170929
...class NewScript extends Laya.Script { @property({ type: Laya.HScrollBar }) public hscroll: Laya.HScrollBar; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.hscroll.skin = "atlas/comp/hscroll.png";//滚动条皮肤 this.hscr...
来源: Laya3.0_文档 发布时间: 20251010