6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export enum ReflectionProbeFlags
|
|
{
|
|
FLAG_BOX_VOLUME = 0x01,
|
|
FLAG_DYNAMIC = 0x02,
|
|
}
|