大约有 509 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya3.0_api(272) Laya2.0_api(99) laya_api(88) Laya_社区(22) Laya2.0_文档(20) Laya3.0_文档(7) Laya2.0_示例(1)
...nderer(): SkyRenderer Defined in laya/d3/resource/models/SkyRenderer.ts:93 创建一个新的 SkyRenderer 实例。 Returns SkyRenderer Properties Static SUNLIGHTDIRCOLOR SUNLIGHTDIRCOLOR: number Defined in laya/d3/resource/models/SkyRenderer.ts:37 Static SUNLIGHTDIRECTION SUNLIGHTDIRECTION: number ...
来源: Laya3.0_api 发布时间: 20231115
...iderShape Class StaticPlaneColliderShape StaticPlaneColliderShape 类用于创建静态平面碰撞器。 Hierarchy ColliderShape StaticPlaneColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATI...
来源: Laya3.0_api 发布时间: 20231115
...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...
来源: laya_api 发布时间: 20170929
...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Retu...
来源: Laya3.0_api 发布时间: 20231115
... 这里我们来通过附加脚本制作一个ScaleButton a、文件-创建项目(以AS语言为例,JS/TS同理) b、项目面板右键->新建->页面/场景(ExpandPage) c、在舞台拖拽一个按钮(可以设置成自己喜欢的样式),并在项目面板右键->...
来源: Laya_社区 发布时间: 20161014
...leRender BaseRender EventDispatcher Object ShurikenParticleRender 类用于创建3D粒子渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[override] [read-only] 获取包围盒,不允许修改其值。 Shuri...
来源: laya_api 发布时间: 20170929
...onents/CommonScript" CommonScript Class CommonScript CommonScript 类用于创建公共脚本类。 Hierarchy Component CommonScript Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id isSingleton Methods _initializ...
来源: Laya3.0_api 发布时间: 20231102
...ment createElement(type: string): any Defined in laya/utils/Browser.ts:354 创建浏览器原生节点。 Parameters type: string 节点类型。 Returns any 创建的节点对象的引用。 Static getElementById getElementById(type: string): any Defined in laya/utils/Browser.ts:364 返回 Document...
来源: Laya3.0_api 发布时间: 20231115
关于创建Sprite获取大小 发现个奇怪的问题,new Laya.Sprite().loadImage() 创建的对象大小不是图像大小,然后用getBounds获取也拿不到真实的大小? 这个建议官方改下接口,理论上width和height用来检测碰撞,那你看到的就应该是碰...
来源: Laya_社区 发布时间: 20180530
...d from Node.url Defined in laya/display/Node.ts:66 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:73 设置资源的URL Parameters path: string Returns void Methods _getIndexInReflectionList _getIndexInReflectionList()...
来源: Laya3.0_api 发布时间: 20231102