pubmodcamera;pubmodcollider;pubmodcoordinates;pubmodhierarchy;pubmodtransform;pubmodpadding;/// `Pivot` tells where the pivot point of a component is
#[derive(Debug, Copy, Clone)]pubenumPivot{/// Pivot is on the top left corner of the shape
TopLeft,/// Pivot is on the center of the shape
Center,
Custom(f32,f32)}