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

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

581. laya.ui.HBox_API3.0 [ 48%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/HBox" HBox Class HBox HBox 是一个水平布局容器类。 Hierarchy LayoutBox HBox Index Constructors constructor Properties _extra _ownGr...

来源: Laya3.0_api 发布时间: 20231115

582. laya.components.AnimatorController2D_API3.0 [ 48%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorController2D" AnimatorController2D Class AnimatorController2D 2D动画控制器 Hierarchy Resource AnimatorController2D Index...

来源: Laya3.0_api 发布时间: 20231115

583. laya.display.Scene_API3.0 [ 48%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Scene" Scene Class Scene 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃...

来源: Laya3.0_api 发布时间: 20231115

584. laya.ui.View_API3.0 [ 47%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/View" View Class View View 是一个视图类 在2.0里,View继承自Scene类,但这是不合理的,Scene是一个2D+3D的大概念。...

来源: Laya3.0_api 发布时间: 20231115

585. laya.resource.AtlasResource_API3.0 [ 47%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/AtlasResource" AtlasResource Class AtlasResource 大图合集资源 Hierarchy Resource AtlasResource Index Constructors constructor Pro...

来源: Laya3.0_api 发布时间: 20231115

586. laya.d3.component.animator.AnimatorController_API3.0 [ 47%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorController" AnimatorController Class AnimatorController Hierarchy Resource AnimatorController Index Constructors c...

来源: Laya3.0_api 发布时间: 20231115

587. H5动画和节奏的一个加速! [ 47%]

...染表现,可以通过scale缩放,来表现慢镜头*/         public static var scaleTimer:Timer = null; 你再试试scaleTimer,我这边没有现成的动画来看效果 2017-12-13 1 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定,...

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

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

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

589. laya.resource.Prefab_API3.0 [ 47%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/HierarchyResource" Prefab Class Prefab Hierarchy Resource Prefab PrefabImpl Index Constructors constructor Properties _id destroyedImme...

来源: Laya3.0_api 发布时间: 20231115

590. 网络通信 · LayaAir3文档 · LAYABOX [ 47%]

...HttpRequestExtension extends Laya.HttpRequest { constructor() { super(); } public send(url:string,data:any=null,method:string="get", responseType:string="text", headers:any=null):void{ super.send(url,data,method,responseType,headers); this._http.upload.onprogress= function(e:any):void { //上传进...

来源: Laya3.0_文档 发布时间: 20250104