大约有 1,062 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(409) Laya2.0_api(226) Laya_社区(219) laya_api(168) Laya2.0_文档(20) Laya3.0_文档(10) Laya2.0_示例(7) Laya_示例(3)
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Vector3Keyframe" Vector3Keyframe Class Vector3Keyframe Vector3Keyframe 类用于创建三维向量关键帧实例。 Hierarchy Keyframe ...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Vector4Keyframe" Vector4Keyframe Class Vector4Keyframe Vector4Keyframe 类用于创建三维向量关键帧实例。 Hierarchy Keyframe ...
来源: Laya3.0_api 发布时间: 20231115
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/Vector2Keyframe" Vector2Keyframe Class Vector2Keyframe Vector2Keyframe 类用于创建三维向量关键帧实例。 Hierarchy Keyframe ...
来源: Laya3.0_api 发布时间: 20231115
...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/VideoTexture" VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors constr...
来源: Laya3.0_api 发布时间: 20231102
...关的链接 提交 1 个回复 cuixueying 赞同来自: class () 方法 public static function class(functionRef:Function, fullQulifiedName:String, superClass:Function, miniName:String):void 在JS中,通过Laya.class来定义类,同时可以指定其继承关系。 参数 functionRef:Function ...
来源: Laya_社区 发布时间: 20170221
...置下! /** * 设置是否抗锯齿,只对2D(WebGL)、3D有效。 */ public static var isAntialias:Boolean = false;开启设置为true! 2017-04-19 0 0 分享 微博 QZONE 微信 25 赞同来自: 好像开启这个抗锯齿的 是在初始化引擎之前开启吗? 2018-05-22 0 0 分享 微博...
来源: Laya_社区 发布时间: 20170419
Laya Label text不显示 public static showNativeGroup() { /* if (this.nativeGroup) { return; } */ var self = this; Laya.View.load(SdkUtil.sdkDomain + "sdkres/laya/native/NativeGroup.json", new Laya.Handler(this, function (group: Laya.View) { /* if (this.nativeGroup) { return; } */ self.nativeGroup...
来源: Laya_社区 发布时间: 20200630
...量名集合 ? 以前用AS开发Flash的时候使用的是以下方法: public static function getPublicVarNameList($class:Class):Vector.<String> { var vt:Vector.<String> = new Vector.<String>(); var classXml:XML=describeType($class); var variableXmlLi...
来源: Laya_社区 发布时间: 20180329
...STR__("../customShader/outline02.ps"); ``` > 初始化Shader ```typescript public static function initShader() { //所有的attributeMap属性 var attributeMap = { 'a_Position': Laya.VertexMesh.MESH_POSITION0, 'a_Normal': Laya.VertexMesh.MESH_NORMAL0, 'a_Texcoord0': Laya.VertexMesh.MESH_TEXTURECOORD...
来源: Laya2.0_文档 发布时间: 20210715
...alMall(); Laya.stage.addChild(integralMall); } }); android 里面的方法 public static void wxRegLogin(boolean bOpen){ Log.e("LayaAir回调结果", "==================================================================="); JSONObject objCallBack = new JSONObject(); try{ objCallBack.put("test","test")...
来源: Laya_社区 发布时间: 20180103