@awayjs/view
Version:
View for AwayJS
44 lines (37 loc) • 298 B
text/typescript
/**
*
*/
export enum HierarchicalProperty {
/**
*
*/
MOUSE_ENABLED = 1,
/**
*
*/
VISIBLE = 2,
/**
*
*/
MASK_ID = 4,
/**
*
*/
MASKS = 8,
/**
*
*/
COLOR_TRANSFORM = 16,
/**
*
*/
SCENE_TRANSFORM = 32,
/**
*
*/
SCALE9 = 64,
/**
*
*/
ALL = 127,
}