大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
...范围,数值越大,光照范围越大。 (图2-6) Lightmap Bake Type:光源模式 Mixed:混合光源 混合光源结合了实时光源和光照烘焙。可以使用混合光源将动态阴影与来自同一光源的烘焙照明相结合,或者在希望灯光提供直接实时...
来源: Laya3.0_文档 发布时间: 20251010
...ransstartoffset addCondition check removeCondition Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Filter&class=laya.filters.ColorFilter) 查看API说明。 ### 1.2 设置颜色滤镜 如果要给一个位图设置颜色滤镜,需要先设置一个颜色矩阵,然后用ColorFilter方法创建一个颜...
来源: Laya2.0_文档 发布时间: 20210715
...ding、padding、underlinecolor、stroke、strokeColor、skin、sizeGrid、type、maxchars、restrict、prompt、promptcolor、editable、multiline(默认为true); 以上属性均已在输入文本组件中列出过,这里不在详细描述,与之不同的地方已在括号内标出。 TextA...
来源: Laya3.0_文档 发布时间: 20251010
...的引入改成相对路劲,就报其他的路径找不到。 出错了: TypeScript error: node_modules/@types/node/index.d.ts(50,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found. 现在把protobufjs放到Laya IDE的安装目录下的node_modules下面。可以编译通过...
来源: Laya_社区 发布时间: 20190228
...ter DELTA_INDEX GRAY_MATRIX IDENTITY_MATRIX LENGTH Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.VideoNode }) public video: Laya.VideoNode; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { // 鼠标点击触发...
来源: Laya3.0_文档 发布时间: 20251010
...t promptColor restrict right rotation scaleX scaleY scene scrollRect scrollType scrollX scrollY sizeGrid skewX skewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewpo...
来源: Laya3.0_api 发布时间: 20231115
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Filter&class=laya.filters.ColorFilter) 查看API说明。 ### 1.2 设置颜色滤镜 如果要给一个位图设置颜色滤镜,需要先设置一个颜色矩阵,然后用ColorFilter方法创建一个颜...
来源: Laya2.0_文档 发布时间: 20210715
...加到这里--> <!--jsfile--Custom--> <script type="text/javascript" src="libs/protobuf.js"></script> <!--jsfile--Custom--> 3、测试代码参考了上面那个连接,但稍微做了修改: // 程序入口 class GameMain{ constructor(){ ...
来源: Laya_社区 发布时间: 20170216