大约有 268 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0051 秒)
...色器(Fragment shader)** :片段着色器是着色器阶段,它将把通过栅格化生成的片段处理为一组颜色和一个深度值。片段着色器是栅格化图元之后的OpenGL流水线阶段。对于由图元覆盖的像素的每个样本,都会生成“片段”。每个片段...
来源: Laya2.0_文档 发布时间: 20210714
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929
...话框打开和关闭,都会出发管理类的open和close事件 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Public Properties Hide Inherited Public ...
来源: laya_api 发布时间: 20170929
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String[override] 文本背景颜色,以字符串表示。 Input blendMode : String指定要使用的混合模式。目前只支持...
来源: Laya2.0_api 发布时间: 20190513
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: laya_api 发布时间: 20170929
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929
...是齿轮表面的线速度。 马达关节`MotorJoint`:马达关节是通过设置最大作用力与最大扭力,让A刚体(自己)到达目标位置(B刚体的偏移量)的一种约束。 鼠标关节`MouseJoint`:用于鼠标操控物体。它试图将物体拖向当前鼠标光标...
来源: Laya2.0_文档 发布时间: 20210714
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之...
来源: laya_api 发布时间: 20170929
...统计面板因开发语言的不同,会有所不同。 在AS语言里,通过引入 `laya.utils.Stat`类,直接使用`Stat.show()`方法。 入口类: Demo.as编写代码如下: ```java package { import laya.utils.Stat; public class Demo { public function Demo() { //初始化舞台 Laya.in...
来源: Laya2.0_文档 发布时间: 20210714