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

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

1151. TextInput有禁用中文输入法的功能吗? [ 73%]

...     public static const TYPE_URL:String = "url";         /** number 类型用于应该包含数值的输入域。*/         public static const TYPE_NUMBER:String = "number";         /**          * <p>range 类型用于应该包含一定范围内数字值...

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

1152. 这种进度条怎么实现? [ 73%]

...e = Laya.Sprite export default class Test extends Sprite{ public DEF_SIZE: number = 200 public CIRCLE_WIDTH: number = 20 public $circleSprite: Sprite = new Sprite() public startY: number = -90 constructor() { super() this._init() } private _init() { this.cacheAs = "bitmap" this.size(this.DEF_SIZE,th...

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

1153. laya.d3.component.physics.MeshCollider [ 73%]

...除。 EventDispatcher  raycast(ray:Ray, hitInfo:RaycastHit, maxDistance:Number):Boolean[override] 在场景中投下可与网格碰撞器碰撞的一条光线,获取发生碰撞的网格碰撞器信息。 MeshColliderEvents Hide Inherited Events Show Inherited Events Event Summary Defined By en...

来源: laya_api 发布时间: 20170929

1154. laya.d3.physics.PhysicsSettings [ 73%]

...配置信息。 Public Properties PropertyDefined By  fixedTimeStep : Number物理模拟器帧的间隔时间。PhysicsSettings  flags : int = 0标志集合。PhysicsSettings  maxSubSteps : int = 1物理引擎在一帧中用于补偿减速的最大次数。PhysicsSettingsPublic Methods  Meth...

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

1155. laya.display.cmd.AlphaCmd [ 73%]

...haCmd Object 透明命令 Public Properties PropertyDefined By  alpha : Number 透明度 AlphaCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 AlphaCmdPublic Constants ConstantDefined By  ID : String = Alpha[static] AlphaCmdProperty Detailalphapropertypublic var alpha:...

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

1156. laya.d3.physics.HitResult [ 73%]

...sComponent = null 发生碰撞的碰撞组件。HitResult  hitFraction : Number = 0 碰撞分数。 HitResult  normal : Vector3 碰撞法线。HitResult  point : Vector3 碰撞点。HitResult  succeeded : Boolean = false 是否成功。 HitResultPublic Methods  MethodDefined By  HitResult...

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

1157. UIConfig [ 73%]

...c] 是否开启滑轮滚动(针对滚动条)UIConfig  popupBgAlpha : Number = 0.5[static] 弹出框背景透明度UIConfig  popupBgColor : String = #000000[static] 弹出框背景颜色UIConfig  showButtons : Boolean = true[static] 是否显示滚动条按钮UIConfig  touchScrollEnable :...

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

1158. laya.d3.animation.AnimationEvent [ 73%]

...ationEvent  params : Array 事件触发参数。AnimationEvent  time : Number 事件触发时间。AnimationEventPublic Methods  MethodDefined By  AnimationEvent() 创建一个 AnimationEvent 实例。 AnimationEventProperty DetaileventNamepropertypublic var eventName:String 事件触发名...

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

1159. laya.d3.core.Keyframe [ 73%]

...创建关键帧实例。 Public Properties PropertyDefined By  time : Number时间。KeyframePublic Methods  MethodDefined By  Keyframe() 创建一个 KeyFrame 实例。 Keyframe  clone():* 克隆。 Keyframe  cloneTo(destObject:*):void 克隆。 KeyframeProperty Detailtimepropertypublic v...

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

1160. laya.renders.RenderInfo_API3.0 [ 73%]

...Index Properties loopCount loopStTm Properties Static loopCount loopCount: number = 0 Defined in laya/renders/RenderInfo.ts:9 主舞台 Stage 渲染次数计数。 Static loopStTm loopStTm: number = 0 Defined in laya/renders/RenderInfo.ts:7 当前帧的开始时间 Globals "laya/renders/RenderInfo" ...

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