大约有 189 项符合查询结果, 库内数据总量为 30,934 项。 (搜索耗时: 0.0057 秒)
...fined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Overrides Sprite._graphics Defined in laya/ui/Button.ts:212 _ownGraphics _ownGraphics: boolean = false Implementation of ISelect._ownGraphics Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Im...
来源: Laya3.0_api 发布时间: 20231115
... _graphics _graphics: AutoBitmap Inherited from Button._graphics Overrides Sprite._graphics Defined in laya/ui/Button.ts:212 _ownGraphics _ownGraphics: boolean = false Implementation of ISelect._ownGraphics Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Im...
来源: Laya3.0_api 发布时间: 20231115
...umentationAll Packages | All Classes | Index | Frames No Frames LightSpriteProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLig...
来源: laya_api 发布时间: 20170929
movieclip释放内存遇到问题 通过调用movieclip的destroy方法后sprite和drawcall明显下降,但占用内存一直没变,内存达到一定数值后就会闪退,请问movieclip有什么好的降内存方法吗,引用都去掉了,但内存一直没下来。Laya.loader加载的...
来源: Laya_社区 发布时间: 20160818
... = stateMap[e.type]); } public static function addDark(target:laya.display.Sprite, isDark:Boolean = true):void { if (isDark) { // laya.ui.UIUtils.addFilter(target, DARK); target.filters=[ new ColorFilter([0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 1, 0])]; } else { // laya.ui.UIUtil...
来源: Laya_社区 发布时间: 20160802
...| Events Packagelaya.uiClasspublic class LabelInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...
来源: laya_api 发布时间: 20170929
...们就可以通过getRes(.lh)得到这个资源的原型对象,即一个Sprite3D对象,这个原型对象就是你这个特效的“根”,它如果被destry(true),者与这个特效相关的所有资源都会被destry,包括纹理、模型、动画,即会释放出内存。如果你只...
来源: Laya_社区 发布时间: 20180814
...: 4 人 demibug • 2017-06-13 16:50 这需要什么关键代码!!! sprite3d.addChild(camera) trainsform.position.x = 123 不能重现吗??? demibug • 2017-06-13 16:51 断点的时候是正常的,但是直接跑就有问题。 bing • 2017-06-13 17:17 Vector3.ZERO.cloneto(transform....
来源: Laya_社区 发布时间: 20170611
...变alpha? 求问shader中的attribute变量怎么动态修改 matter中layasprite怎么改变图片大小? localToGlobal坐标转换 3D平行光产生的投影,如何修改颜色深浅? 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 dialog 自定义关闭效果,效...
来源: Laya_社区 发布时间: 20180327
...点击两次 求指点3d射线碰撞和UI点击穿透的问题 如何设置Sprite的宽高和点击区域? 问题状态 最新活动: 2017-06-28 11:09 浏览: 2159 关注: 4 人 zsytssk • 2017-08-09 15:11 我用requestAnimationFrame方法计算两次执行的时间差, 相当间隔于多少倍 ...
来源: Laya_社区 发布时间: 20170323