[Flags] public enum PhysicsLayer : uint { Static = 1 << 0, Dynamic = 1 << 1, Player = 1 << 2, Interactable = 1 << 3, }