• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,062 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0046 秒)

751. laya.d3.core.Vector3Keyframe_API3.0 [ 55%]

...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

752. laya.d3.core.Vector4Keyframe_API3.0 [ 55%]

...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

753. laya.d3.core.Vector2Keyframe_API3.0 [ 55%]

...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

754. laya.resource.VideoTexture_API3.0 [ 55%]

...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

755. Laya.class问题 [ 55%]

...关的链接 提交 1 个回复 cuixueying 赞同来自: class () 方法 public static function class(functionRef:Function, fullQulifiedName:String, superClass:Function, miniName:String):void 在JS中,通过Laya.class来定义类,同时可以指定其继承关系。 参数 functionRef:Function ...

来源: Laya_社区 发布时间: 20170221

756. Graphics绘图在WebGL出现锯齿 [ 55%]

...置下! /** * 设置是否抗锯齿,只对2D(WebGL)、3D有效。 */ public static var isAntialias:Boolean = false;开启设置为true! 2017-04-19 0 0 分享 微博 QZONE 微信 25 赞同来自: 好像开启这个抗锯齿的 是在初始化引擎之前开启吗? 2018-05-22 0 0 分享 微博...

来源: Laya_社区 发布时间: 20170419

757. Laya Label text不显示 [ 55%]

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

758. 如何获取指定类的共有的变量名集合 ? [ 55%]

...量名集合 ? 以前用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

759. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 54%]

...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

760. LayaNative二次开发问题? [ 54%]

...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