大约有 224 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0080 秒)
...。 count get count(): number Defined in laya/display/AnimationBase.ts:269 当前动画中帧的总数。 Returns number customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启自定义渲染,只有...
来源: Laya3.0_api 发布时间: 20231115
... unity中的模型导出后在laya中显示不正常 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 从unity导出的场景透贴和模型烘焙的灯光不显示,请...
来源: Laya_社区 发布时间: 20180410
...ited from AnimationBase.count Defined in laya/display/AnimationBase.ts:269 当前动画中帧的总数。 Returns number customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启自定义渲染,只有...
来源: Laya3.0_api 发布时间: 20231115
...ge 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置...
来源: laya_api 发布时间: 20170929
...tSrc get currentSrc(): string Defined in laya/media/VideoNode.ts:154 获取当前播放源路径。 Returns string currentTime get currentTime(): number set currentTime(value: number): void Defined in laya/media/VideoNode.ts:161 设置和获取当前播放头位置。 Returns number Defined in laya/...
来源: Laya3.0_api 发布时间: 20231115
...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...
来源: Laya3.0_api 发布时间: 20231115
...。 layerName layerName: string = null Defined in laya/map/MapLayer.ts:42 当前Layer的名称 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件...
来源: Laya3.0_api 发布时间: 20231115
...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box { public function Item() { graphics.drawRect(0, 0, 100, 20,null, "#ff0000"); var label:Label = new Label(...
来源: Laya3.0_api 发布时间: 20231115
...Time(value: number): void Defined in laya/spine/SpineSkeleton.ts:164 设置当前播放位置 Parameters value: number 当前时间 Returns void customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启...
来源: Laya3.0_api 发布时间: 20231115
...步骤应该做的事情是选中一个页面上的组件,并且设置到当前编辑中的动效当中。 我尝试在动画编辑模式中,拖动一个页面上的组件到时间轴的左侧显示层控制列表中,发现还真的有用,组件被成功添加到动效当中,然而,组...
来源: Laya_社区 发布时间: 20161031