大约有 156 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0086 秒)
...高度。 complete:Handler (default = null) — (可选)加载完成回调。 ReturnsSprite — 返回精灵对象本身。 localToGlobal()method public function localToGlobal(point:Point, createNewPoint:Boolean = false):Point 把本地坐标转换为相对stage的全局坐标。 Parameters ...
来源: laya_api 发布时间: 20170929
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231115
...免持有引用,引用后也尽量回收后置空处理,如需要使用回调逻辑可以使用方法并bind域:如callback.bind(作用域)来实现。【感谢冰萧的指点,还给我写例子熟悉用法】 3.byte 相信大多数aser都习惯了读取byte直接读,发现外部生成...
来源: Laya_社区 发布时间: 20161109
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231115
...在创建之前已经载入。所以这里使用了一个IEditor.onLoad的回调用于提前载入资源。 2、设置字段的inspector属性为刚才取的名字,这里为MyTestField @Laya.regClass() export class Script extends Laya.Script { @property({ type : Laya.Node, inspector: "MyTestField"...
来源: Laya3.0_文档 发布时间: 20241014
...ionClip呢? 动画混合无效(版本2.6) 骨骼动画播放完后的回调时间 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什...
来源: Laya_社区 发布时间: 20180102
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231115
...lh"],Laya.Handler.create(this,this.on3DComplete)); } /*加载3D资源完成回调*/ private on3DComplete():void{ //创建3D角色 //实例化角色 this.role = Laya.loader.getRes("res/LayaScene_girl/girl.lh"); this.scene.addChild(this.role); //角色位置 this.role.transform.position = new Laya.Vec...
来源: Laya_社区 发布时间: 20180307
...nList ui list 里面的元素不能点击两次 骨骼动画播放完后的回调时间 循环依赖不能运行 Circular dependency: unity中的模型导出后在laya中显示不正常 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点数...
来源: Laya_社区 发布时间: 20170821