A JavaScript literal object containing BitMask names and values
The defined BitMask type
Make the enum type enumType as enumeration so that Creator may identify, operate on it.
Formally, as a result of invocation on this function with enum type enumType:
Enum.isEnum(enumType) returns true;Enum.getList(enumType) returns the enumerators of enumType.An enum type, eg, a kind of type with similar semantic defined by TypeScript.
Update the enumerators from the enum type.
the enum type defined from cc.Enum
Generated using TypeDoc
定义一个位掩码类型。