Function ambient_api::core::physics::components::plane_collider
source · pub fn plane_collider() -> Component<()>
Expand description
Plane collider: If attached, this entity will have a plane physics collider. A plane is an infinite, flat surface. If you need a bounded flat surface, consider using a cube collider instead.
Attributes: Debuggable, Networked, Store