大约有 296 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: Laya2.0_api 发布时间: 20190513
...对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设置zOrder属性,可以更改弹出的层次 通过设置popupEffect和closeEffect可以设置弹出效果和关闭效果,如果...
来源: Laya3.0_api 发布时间: 20231115
...rite3D addGlitterByPositions(position0:Vector3, position1:Vector3):void 通过位置添加刀光。 Glitter addGlitterByPositionsVelocitys(position0:Vector3, velocity0:Vector3, position1:Vector3, velocity1:Vector3):void 通过位置和速度添加刀光。 Glitter clearTimer(caller:*, method:...
来源: laya_api 发布时间: 20170929
...call。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽...
来源: Laya2.0_api 发布时间: 20190513
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测...
来源: Laya3.0_api 发布时间: 20231115
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: laya_api 发布时间: 20170422
通过AnimatorState为Animator添加多个播放状态islooping属性会被覆盖 美术导出的动画Animator动作时组合在一起的 通过官方文档通过 Animator.addState为其添加播放状态,每个状态记录的开始时间结束时间,是否循环。但只要添加多组动作...
来源: Laya_社区 发布时间: 20190802
...用个此方法可获取子节点 获取子节点对象数量numChildren 通过调用父节点的numChildren属性,可以获得父节点下一级的所有子节点的数量,可用来遍历所有子节点使用,注意不包括子节点下的子节点 获取父节点对象parent 通过调用子...
来源: Laya3.0_文档 发布时间: 20230303
...ineMask: any[]): void Defined in laya/d3/shader/Shader3D.ts:273 deprecated 通过宏定义遮罩编译shader,建议使用compileShaderByDefineNames。 Parameters shaderName: string Shader名称。 subShaderIndex: number 子着色器索引。 passIndex: number 通道索引。 Rest ...defineMask: any[...
来源: Laya3.0_api 发布时间: 20231102
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929