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