大约有 142 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
...int = 1, width:Number = 1):Mesh 创建Box网格。 Parameters long:Number (default = 1) — 半径 height:int (default = 1) — 垂直层数 width:Number (default = 1) — 水平层数 ReturnsMesh — createCapsule()method public static function createCapsule(radius:Number = 0.5, height:Number...
来源: Laya2.0_api 发布时间: 20190513
...Boolean = true):void 清空绘制命令。 Parameters recoverCmds:Boolean (default = true) — 是否回收绘图指令数组,设置为true,则对指令数组进行回收以节省内存开销,建议设置为true进行回收,但如果手动引用了数组,不建议回收 clipRect()method ...
来源: Laya2.0_api 发布时间: 20190513
...Constraint3D — 约束。 disableCollisionsBetweenLinkedBodies:Boolean (default = false) — 是否禁用 clearForces()method public function clearForces():void 清除力。 createConstraint()method public static function createConstraint():void 创建限制刚体运动的约束条件。 rayC...
来源: Laya2.0_api 发布时间: 20190513
...}。 duration:int — 花费的时间,单位毫秒。 ease:Function (default = null) — 缓动类型,默认为匀速运动。 complete:Handler (default = null) — 结束回调函数。 delay:int (default = 0) — 延迟执行时间。 coverBefore:Boolean (default = false) — 是否...
来源: Laya2.0_api 发布时间: 20190513
... = true) 创建 Timer 类的一个实例。 Parameters autoActive:Boolean (default = true)Method DetailcallLater()method public function callLater(caller:*, method:Function, args:Array = null):void 延迟执行。 Parameters caller:* — 执行域(this)。 method:Function — 定时器回调函数...
来源: Laya2.0_api 发布时间: 20190513
...ht:Number = 0) 创建一个 Texture 实例。 Parameters bitmap:Texture2D (default = null) — 位图资源。 uv:Array (default = null) — UV 数据信息。 sourceWidth:Number (default = 0) sourceHeight:Number (default = 0)Method Detailcreate()method public static function create(source:Text...
来源: Laya2.0_api 发布时间: 20190513
...tic var autoReleaseSound:Boolean = true 音效播放后自动删除。 The default value is true.autoStopMusicproperty autoStopMusic:Boolean 失去焦点后是否自动停止背景音乐。 Implementation public static function get autoStopMusic():Boolean public static function set a...
来源: Laya2.0_api 发布时间: 20190513
...Box(out:Vector3, rand:Rand = null):void Parameters out:Vector3 rand:Rand (default = null)_randomPointInsideUnitArcCircle()method public static function _randomPointInsideUnitArcCircle(arc:Number, out:Vector2, rand:Rand = null):void Parameters arc:Number out:Vector2 rand:Rand (default = null)_ra...
来源: Laya2.0_api 发布时间: 20190513
...,params:xx},{url:xx,clas:xx,priority:xx,params:xx}]。 complete:Handler (default = null) — 加载结束回调。根据url类型不同分为2种情况:1. url为String类型,也就是单个资源地址,如果加载成功,则回调参数值为加载完成的资源,否则为null;2. url...
来源: Laya2.0_api 发布时间: 20190513
...URL 与包含脚本的文本具有相同的主机名和端口。 data:* (default = null) — (default = null)发送的数据。 method:String (default = get) — (default = "get")用于请求的 HTTP 方法。值包括 "get"、"post"、"head"。 responseType:String (default = text) — (defaul...
来源: Laya2.0_api 发布时间: 20190513