大约有 826 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0059 秒)
Laya3.0_api(263) Laya_社区(252) Laya2.0_api(142) laya_api(119) Laya2.0_文档(28) Laya3.0_文档(17) Laya_示例(3) Laya2.0_示例(2)
...drawSp.graphics.drawRect(0,0,drawSp.width,drawSp.height,"#ff0000"); break; default: break; } } } }
来源: Laya2.0_示例 发布时间: 20241119
...围球 Parameters sphere:BoundSphere — 包围球 ignoreScale:Boolean (default = false) — 是否考虑该包围盒的缩放 Returnsint — 返回位置关系 createByBoundBox()method public static function createByBoundBox(box:BoundBox, out:OrientedBoundBox):void 根据AABB包围盒创建一...
来源: Laya2.0_api 发布时间: 20190513
...ime(passedTime:Number = 1):void 时钟前进 Parameters passedTime:Number (default = 1) — 时钟前进时间 customRender()method override public function customRender(context:RenderContext, x:Number, y:Number):void Parameters context:RenderContext x:Number y:Numberdestroy()method override pub...
来源: laya_api 发布时间: 20170929
...ime(passedTime:Number = 1):void 时钟前进 Parameters passedTime:Number (default = 1) — 时钟前进时间 customRender()method override public function customRender(context:Context, x:Number, y:Number):void Parameters context:Context x:Number y:Numberdestroy()method override public function...
来源: Laya2.0_api 发布时间: 20190513
...一个 Particle3D 实例。 Parameters material:ShurikenParticleMaterial (default = null) — value 粒子配置。 Method Detail_parseCustomProps()methodoverride protected function _parseCustomProps(rootNode:ComponentNode, innerResouMap:Object, customProps:Object, nodeData:Object):void private Para...
来源: laya_api 发布时间: 20170929
...interfaces/IHttpResponse"; import Notice from "../../utils/Notice"; export default class AuthReg extends ui.AuthRegUI { /** 密码临时存储 */ private _tmp_pwd: string = ""; /** 输入框数组 */ private _arrInput: Laya.TextInput = [this.input_nickname, this.input_mobile, this.input_password, th...
来源: Laya_社区 发布时间: 20200410
...ructorpublic function AdvImage(skin:String = null) Parameters skin:String (default = null)Method Detaildestroy()methodoverride public function destroy(destroyChild:Boolean = true):void Parameters destroyChild:Boolean (default = true)isSupportJump()method public function isSupportJump():Boolean当...
来源: Laya2.0_api 发布时间: 20190513
...mber — 格子坐标X tileY:Number — 格子坐标Y screenPos:Point (default = null) — 把计算好的屏幕坐标数据,放到此对象中 getTileData()method public function getTileData(tileX:int, tileY:int):int 得到指定格子的数据 Parameters tileX:int — 格子坐标X tileY...
来源: Laya2.0_api 发布时间: 20190513
...mber — 格子坐标X tileY:Number — 格子坐标Y screenPos:Point (default = null) — 把计算好的屏幕坐标数据,放到此对象中 getTileData()method public function getTileData(tileX:int, tileY:int):int 得到指定格子的数据 Parameters tileX:int — 格子坐标X tileY...
来源: laya_api 发布时间: 20170929
...ion选项,选择Input In选项卡 图7-2 7.3 自动返回值 在最后的Default Output Result节点,输入的数据类型决定了该Shader函数的输出类型,函数蓝图会自动判断输出类型,如下图所示 图7-3 7.4 函数中调用函数 在蓝图函数界面,在需要放置...
来源: Laya3.0_文档 发布时间: 20241014