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

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

261. laya.ui.ScrollBar [ 93%]

...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...

来源: laya_api 发布时间: 20170929

262. laya.display.BitmapFont [ 93%]

...字符间距(以像素为单位)。Method Detaildestroy()method public function destroy():void 销毁位图字体,调用Text.unregisterBitmapFont 时,默认会销毁。 getCharTexture()method  public function getCharTexture(char:String):Texture 获取指定字符的字体纹理对象。 Par...

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

263. laya.d3.core.material.StandardMaterial [ 93%]

...edopropertyalbedo:Vector4 设置反射率。 Implementation     public function get albedo():Vector4    public function set albedo(value:Vector4):voidambientColorproperty ambientColor:Vector3 设置环境光颜色。 Implementation     public function get ambientColor():Vector3    p...

来源: laya_api 发布时间: 20170929

264. laya.resource.BaseTexture [ 93%]

...velpropertyanisoLevel:int 各向异性等级 Implementation     public function get anisoLevel():int    public function set anisoLevel(value:int):voiddefaulteTextureproperty defaulteTexture:BaseTexture  [read-only] 获取默认纹理资源。 Implementation     public function get def...

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

265. laya.d3.component.AnimatorState [ 93%]

...ippropertyclip:AnimationClip 获取动作。 Implementation     public function get clip():AnimationClip    public function set clip(value:AnimationClip):voidclipEndproperty public var clipEnd:Number = 1.0动作播放结束时间。clipStartproperty public var clipStart:Number = 0.0动作...

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

266. laya.ui.Tree [ 93%]

...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...

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

267. laya.particle.emitter.EmitterBase [ 93%]

...emissionRate:Number 获取粒子发射速率 Implementation     public function get emissionRate():Number    public function set emissionRate(value:Number):voidminEmissionTimeproperty public var minEmissionTime:Number 发射粒子最小时间间隔 particleTemplateproperty particleTemplate...

来源: laya_api 发布时间: 20170929

268. Error!,this class[Item] already exist: function Item(){ … } [ 93%]

Error!,this class[Item] already exist: function Item(){ … } 这是什么错误 Laya.class(Item, "Item", Box); 定义的类,能不能清除,或者判断类是否存在 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

269. 区块地图-滚动地图 [ 93%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var Event = Laya.Event; var TiledMap = Laya.TiledMap; var Rectangle = Laya.Rectangle; var Browser = Laya.Browser; var Handler = Laya.Handler; var Stat = Laya.Stat; var WebGL = Laya.WebGL; ...

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

270. laya.media.Sound_API3.0 [ 93%]

...ameters url: string 地址。 Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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