大约有 211 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
...ties _extra _singleton owner runInEditor scriptPath Accessors awaked boundsMax boundsMin checkLOD customBatchRenders destroyed enableCustomBatchRender enableMergeBatchRender enableStaticInstanceBatchRender enabled hideFlags id importance probePosition type Methods _initialize _motionInVolume _reCacu...
来源: Laya3.0_api 发布时间: 20231115
...目并没有在index.html文件中看到<script src="js/ui/layaUI.max.all.js"></script>这一行代码(UI的js引用) 你回到UI编辑模式下导出下UI,然后重新运行项目就好了 新建的UI示例项目是有ui引用的例子,建议先去看下 kaiqiw945 • ...
来源: Laya_社区 发布时间: 20180323
...rallDuration:int (default = 2147483647) — 播放时长(0为1次,Number.MAX_VALUE为循环播放)。 playStart:Number (default = 0) — 播放的起始时间位置。 playEnd:Number (default = 0) — 播放的结束时间位置。(0为动画一次循环的最长结束时间位置)。 pl...
来源: Laya2.0_api 发布时间: 20190513
... owner probeCounts probeStep runInEditor scriptPath Accessors awaked boundsMax boundsMin destroyed distanceTexel enabled hideFlags id importance irradianceTexel normalBias probePosition type viewBias Methods _VolumeChange _addRenderNode _cloneTo _initialize _motionInVolume _onDestroy _reCaculateBoun...
来源: Laya3.0_api 发布时间: 20231115
...7-12-13 23:12 @Laya_Aaron:发现编辑器的问题,有时候导出layaUI.max.all.js 并没有定义this.getgold=null,不知道什么原因 1591859396用户 • 2020-06-11 15:11 @Laya_Aaron:我发布完ui后,并没有生成一个同名的类,我怎么去继承 1591859396用户 • 2020-06-11 ...
来源: Laya_社区 发布时间: 20171213
...'viewport' content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no' /> <meta name="renderer" content="webkit"/> <meta name='apple-mobile-web-app-capable' content='yes' /> <meta name='full-screen' content='true' /> <meta name='x5-full...
来源: Laya_社区 发布时间: 20201003
.../ divide 四则运算 sin / cos / tan 三角函数 clamp 钳取值在min和max范围内 mix / max 最小值,最大值 step / smoothstep x > value : 0.0 : 1.0 pow 幂次方 dot / cross 点乘向量,叉乘向量 5.4 纹理类 属性类型 属性释义 sampler2D 普通采样2D纹理贴图 sample...
来源: Laya3.0_文档 发布时间: 20241014
...坐标系是相对遮罩对象本身的,和Flash机制不同 Sprite max : Number 获取或设置表示最高位置的数字。 默认值为100。 Slider min : Number 获取或设置表示最低位置的数字。 默认值为0。 Slider mouseEnabled : Boolean 是否接受鼠标事件。 默...
来源: laya_api 发布时间: 20170929
...坐标系是相对遮罩对象本身的,和Flash机制不同 Sprite max : Number 获取或设置表示最高位置的数字。 默认值为100。 Slider min : Number 获取或设置表示最低位置的数字。 默认值为0。 Slider mouseEnabled : Boolean 是否接受鼠标事件。 默...
来源: Laya2.0_api 发布时间: 20190513
...起来。 保存页面,按F12发布页面,发布后生成在layaUI.max.all.js文件中,我们直接使用它。 创建ComponentDemo.js并设置默认程序,编写代码如下: ```javascript Laya.init(1334, 750,Laya.WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#ffffff"; ...
来源: Laya2.0_文档 发布时间: 20210714