@awayjs/view
Version:
View for AwayJS
38 lines • 445 B
TypeScript
/**
*
*/
export declare enum HierarchicalProperty {
/**
*
*/
MOUSE_ENABLED = 1,
/**
*
*/
VISIBLE = 2,
/**
*
*/
MASK_ID = 4,
/**
*
*/
MASKS = 8,
/**
*
*/
COLOR_TRANSFORM = 16,
/**
*
*/
SCENE_TRANSFORM = 32,
/**
*
*/
SCALE9 = 64,
/**
*
*/
ALL = 127
}
//# sourceMappingURL=HierarchicalProperty.d.ts.map