大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0057 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...gle Vector2 Vector3 Vector4 getElementInfos Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ialDefine 材质宏定义值。 */ public function precompileShaderWithShaderDefine(publicDefine:int, spriteDefine:int, materialDefine:int):void { withCompile(publicDefine, spriteDefine, materialDefine); } 然后用这个接...
来源: Laya_社区 发布时间: 20180620
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Inherited property
来源: Laya3.0_api 发布时间: 20231115
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Inherited property
来源: Laya3.0_api 发布时间: 20231115
...; var point = new Laya.Vector2(); var _outHitInfo = new Laya.RaycastHit(); function checkHit() { //从屏幕空间生成射线 point.elements[0] = Laya.MouseManager.instance.mouseX; point.elements[1] = Laya.MouseManager.instance.mouseY; camera.viewportPointToRay(point, ray); //射线检测获取所...
来源: Laya_示例 发布时间: 20260106
...钮资源路径 private var skin:String = "./res/img/btn_test.png"; public function ComponentDemo() { //初始化引擎,设置宽高并开启WebGL渲染模式 Laya.init(1334,750, WebGL); //设置舞台背景颜色 Laya.stage.bgColor = "#ffffff"; //加载资源成功后,执行onLoaded回调方法...
来源: Laya2.0_文档 发布时间: 20210715
...ya/net/URL.ts:70 自定义URL格式化的方式。例如: customFormat = function(url:String):String{} Parameters url: string Returns string Static formatURL formatURL(url: string, base?: string): string Defined in laya/net/URL.ts:80 包含normalizedURL功能,并且合并base,如果base没有...
来源: Laya3.0_api 发布时间: 20231115
...ner:Sprite3D)RenderObjectConstructor DetailRenderObject()Constructorpublic function RenderObject(owner:Sprite3D) Parameters owner:Sprite3DSat Mar 18 2017, 04:52 PM +08:00
来源: laya_api 发布时间: 20170318
...一个 Filter 实例。 FilterConstructor DetailFilter()Constructorpublic function Filter() 创建一个 Filter 实例。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...formSlotDisplayData>Constructor DetailDeformSlotData()Constructorpublic function DeformSlotData()Sat Apr 22 2017, 10:26 AM +08:00
来源: laya_api 发布时间: 20170422