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

大约有 1,261 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)

541. 屏幕适配失效 [ 71%]

...变,不缩放不变型,stage的宽高等于设计宽高。*/  public static const SCALE_NOSCALE:String = "noscale"; /**应用保持设计比例不变,全屏显示全部内容(类似showall,但showall非全屏,会有黑边),根据屏幕长宽比,自动选择使用SCALE_FIXED_WIDTH或SC...

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

542. laya.display.cmd.DrawPathCmd [ 71%]

... DrawPathCmdPublic Constants ConstantDefined By  ID : String = DrawPath[static] DrawPathCmdProperty Detailbrushpropertypublic var brush:Object (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。 pathsproperty public var paths:Array 路径集合,路径支持以下格式:[["m...

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

543. laya.display.cmd.FillBorderTextCmd [ 71%]

...extCmdPublic Constants ConstantDefined By  ID : String = FillBorderText[static] FillBorderTextCmdProperty DetailborderColorpropertypublic var borderColor:String 定义镶边文本颜色。 fillColorproperty public var fillColor:String 定义文本颜色,比如"#ff0000"。 fontproperty public ...

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

544. laya.d3.core.light.PointLight [ 71%]

...识ID。 Sprite3D intensity : Number 获取灯光强度。 LightSprite isStatic : Boolean[read-only] 获取是否为静态。 Sprite3D layer : int 获取蒙版。 Sprite3D lightmapBakedType : int 获取灯光烘培类型。 LightSprite LIGHTMAPBAKEDTYPE_BAKED : int = 2[static] 灯光烘培类...

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

545. laya 中的单例设计模式,怎么写? [ 71%]

... 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: private static  myselfs = null; public static Getinstance():类名 { return myselfs ||= new 类名 } 2017-11-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sulaya ...

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

546. fillTexture使用问题 [ 71%]

...fillTexture时无任何效果。 class Map extends laya.display.Sprite { static width: number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.create(this, this.bgLoaded)); } bgLoaded(): void { let t: Laya.Texture = Laya.loader.getR...

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

547. laya.d3.depthmap.DepthPass_API3.0 [ 71%]

...Type: DepthTextureMode depthTextureFormat: RenderTargetFormat Returns void Static __init__ __init__(): void Defined in laya/d3/depthMap/DepthPass.ts:54 Returns void Globals "laya/d3/depthMap/DepthPass" DepthTextureMode DepthPass constructor render update __init__ Legend Object literal Variable Funct...

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

548. laya.d3.physics.shape.StaticPlaneColliderShape_API3.0 [ 71%]

... All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/StaticPlaneColliderShape" StaticPlaneColliderShape Class StaticPlaneColliderShape StaticPlaneColliderShape 类用于创建静态平面碰撞器。 Hierarchy ColliderShape StaticPlaneColliderShape Implements IClone Index Const...

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

549. 关于接口实现问题 [ 71%]

...的作用是什么呢? interface(name:String, superClass:Function):void [static] JS中定义接口。如 Laya.interface("a.b.myinterface", null); Laya.interface("a.b.myInterface2", BaseInterface); imps(prototypeChain:*, superInterfaces:Object):void [static] JS中实现接口。如: 使Myclass实...

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

550. laya.d3.math.RandX_API3.0 [ 71%]

... 实例。 Parameters seed: any[] 随机种子。 Returns RandX Properties Static defaultRand defaultRand: RandX = new RandX([0, Date.now() / 65536, 0, Date.now() % 65536]) Defined in laya/d3/math/RandX.ts:18 基于时间种子的随机数。 Methods random random(): number Defined in laya/d3/math/R...

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