pubmodcamera;pubmodcollider;pubmodcoordinates;pubmodhierarchy;pubmodtransform;/// `Pivot` tells where the pivot point of a component is
pubenumPivot{/// Pivot is on the top left corner of the shape
TopLeft,/// Pivot is on the center of the shape
Center,}