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

大约有 2,945 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0075 秒)

771. laya.components.Component [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ComponentProperties | Methods Packagelaya.componentsClasspublic class ComponentInheritanceComponent ObjectImplements laya.resource.ISingletonElement, laya.resource.IDestroySubclasses CommonScript, Script Component 类用...

来源: Laya2.0_api 发布时间: 20190513

772. 如何才能生成scene配套的代码 [ 73%]

...的代码 在demo里有个类TestSceneUI 请问如何才能生成 /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ package ui.test { import laya.ui.*; import laya.display.*; public class TestSceneUI extends Scene { public var scoreLbl:Label; public var...

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

773. laya.d3.component.animator.AnimatorTransition_API3.0 [ 73%]

...Globals "laya/d3/component/Animator/AnimatorTransition" AnimatorTransition Class AnimatorTransition Hierarchy AnimatorTransition Index Constructors constructor Accessors conditions destState exitByTime exitTime mute name transduration transstartoffset Methods addCondition check removeCondition Const...

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

774. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 73%]

...nu Globals "laya/d3/physics/shape/SphereColliderShape" SphereColliderShape Class SphereColliderShape SphereColliderShape 类用于创建球形碰撞器。 Hierarchy ColliderShape SphereColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTA...

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

775. laya.d3.graphics.StaticBatchManager [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames StaticBatchManagerMethods Packagelaya.d3.graphicsClasspublic class StaticBatchManagerInheritanceStaticBatchManager Object StaticBatchManager 类用于静态批处理管理的父类。 Public Methods  MethodDefined By  ...

来源: Laya2.0_api 发布时间: 20190513

776. laya.events.MouseManager [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MouseManagerProperties | Methods | Constants Packagelaya.eventsClasspublic class MouseManagerInheritanceMouseManager Object MouseManager 是鼠标、触摸交互管理器。 鼠标事件流包括捕获阶段、目标阶...

来源: laya_api 发布时间: 20170929

777. 提示类已存在 [ 73%]

提示类已存在 Error!,this class[xxxxx] already exist: function xxxxx(){ … } 检查了文件,没有发现重复 改类名为aaaaa Error!,this class[aaaaa] already exist: function aaaaa(){ … } 问题已经存在 不知道问题出在哪里 2017-05-31 添加评论 免费帖 --> 分享 微博 ...

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

778. 输入设备-贪吃蛇(重力感应) [ 73%]

... return new Point(tx, ty); } this.size(width, height); this.init(); } Laya.class(Segment, "Segment", Sprite); var seg; var segments = []; var foods = []; var initialSegmentsAmount = 5; var vx = 0, vy = 0; var targetPosition; (function() { Laya.init(Browser.width, Browser.height, WebGL); // 初始化...

来源: Laya_示例 发布时间: 20241001

779. laya.device.Shake [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ShakeProperties | Methods Packagelaya.deviceClasspublic class ShakeInheritanceShake EventDispatcher Object Shake只能在支持此操作的设备上有效。 Public Properties PropertyDefined By  instance : Shake[stat...

来源: laya_api 发布时间: 20170929

780. typeScript Java互调问题 [ 73%]

...—————————————————————— public class MainActivity extends Activity{          private IPlugin mPlugin = null;     private IPluginRuntimeProxy mProxy = null;     boolean isLoad=false;     boolean isExit=false;     private WebView webView = null; ...

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