egret.ChildrenSortMode
包 egret
类 public class ChildrenSortMode
BitmapFillMode 类定义egret.DisplayObjectContainer的子项目排序方式。
公共属性
属性 |
---|
DECREASE_Y : string [静态]Y递减模式 |
DEFAULT : string [静态]默认方式 |
INCREASE_Y : string [静态]Y递增模式 |
属性详细信息
DECREASE_Y
DECREASE_Y : string = "decreaseY"
- 支持版本:Egret 5.2.19
- 运行平台:Native
Y递减模式。自动按y坐标降序排序。
DEFAULT
DEFAULT : string = "default"
- 支持版本:Egret 5.2.19
- 运行平台:Native
默认方式。
INCREASE_Y
INCREASE_Y : string = "increaseY"
- 支持版本:Egret 5.2.19
- 运行平台:Native
Y递增模式。自动按y坐标升序排序。