export enum UpdateType
{
None = 0x00,
Position = 0x01,
Rotation = 0x02,
Scale = 0x04,
Linked = 0x08,
Uniform = 0x10
}