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

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

621. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/BoxColliderShape" BoxColliderShape Class BoxColliderShape BoxColliderShape 类用于创建盒子形状碰撞器。 Hierarchy Co...

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

622. laya.components.AnimatorControllerLayer2D_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorControllerLayer2D" AnimatorControllerLayer2D Class AnimatorControllerLayer2D Hierarchy AnimatorControllerLayer2D Implements I...

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

623. laya.maths.Matrix_API3.0 [ 64%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Matrix" Matrix Class Matrix Matrix 类表示一个转换矩阵,它确定如何将点从一个坐标空间映射到另一个坐标空间...

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

624. LayaAir UnityPlugin反编译和BoxCollider的Bug修复 [ 64%]

...添加了* -1: 然而在导出BoxCollider组件时,没有* -1。找到public static void getBoxColliderComponentData(GameObject gameObject, JSONObject component)方法: 所以我们要修复这个bug。很简单,加一个负号即可: 这个时候,Unity工程里有LayaAirLibrary.dll和...

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

625. 截屏无法实现 [ 64%]

...         isLoad = true;         gv = gameView;     }     public static void screenshot() {         // 获取屏幕         View dView = gv;         dView.setDrawingCacheEnabled(true);         dView.buildDrawingCache();         Bitmap bmp = dView.getDra...

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

626. laya.d3.utils.Size_API3.0 [ 63%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/utils/Size" Size Class Size Hierarchy Size Index Constructors constructor Accessors height width fullScreen Constructors constructor new Size...

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

627. laya.device.motion.Accelerator_API3.0 [ 63%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/Accelerator" Accelerator Class Accelerator Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 list...

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

628. [LayaAirIDE3]2d相机打包后问题 [ 63%]

...ss Main extends Laya.Script {     @property({ type: Laya.Sprite })     public player: Laya.Sprite;      @property({ type: Laya.Sprite })     public joystick: Laya.Sprite;      @property({ type: Laya.Sprite })     public map: Laya.Sprite;      @property({ type: Laya.Sprite })     p...

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

629. laya.d3.core.render.posteffect.GaussianDoF_API3.0 [ 63%]

...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/render/PostEffect/GaussianDoF" GaussianDoF Class GaussianDoF BloomEffect 类用于创建环境光遮罩效果。 Gaussian DoF 只支持 ...

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

630. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 63%]

...; import laya.ui.List; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_List { //列表对应图片的路径 private var data:Array = [ "../../../../res/ui/listskins/1.jpg", "../../../../res/ui/listskins/2.jpg", "../../../../res/ui/listskins/3.jpg", "../../../../res/ui/listskins/4...

来源: Laya2.0_文档 发布时间: 20210715