大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0096 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...
来源: laya_api 发布时间: 20170929
...字符间距(以像素为单位)。Method Detaildestroy()method public function destroy():void 销毁位图字体,调用Text.unregisterBitmapFont 时,默认会销毁。 getCharTexture()method public function getCharTexture(char:String):Texture 获取指定字符的字体纹理对象。 Par...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...
来源: Laya2.0_api 发布时间: 20190513
...emissionRate:Number 获取粒子发射速率 Implementation public function get emissionRate():Number public function set emissionRate(value:Number):voidminEmissionTimeproperty public var minEmissionTime:Number 发射粒子最小时间间隔 particleTemplateproperty particleTemplate...
来源: laya_api 发布时间: 20170929
Error!,this class[Item] already exist: function Item(){ … } 这是什么错误 Laya.class(Item, "Item", Box); 定义的类,能不能清除,或者判断类是否存在 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20180411
...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_示例 发布时间: 20241124
...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