pub enum PhysicsComponentColumn {
Show 16 variants
Id,
Static,
PhysicsAsset,
Jump,
Doublejump,
Speed,
RotSpeed,
PlayerHeight,
PlayerRadius,
PcShapeType,
CollisionGroup,
AirSpeed,
BoundaryAsset,
JumpAirSpeed,
Friction,
GravityVolumeAsset,
}
Expand description
Columns in table PhysicsComponent
See also: [`PhysicsComponent.html>
Variants§
Id
Index of column id
Static
Index of column static
PhysicsAsset
Index of column physics_asset
Jump
Index of column jump
Doublejump
Index of column doublejump
Speed
Index of column speed
RotSpeed
Index of column rotSpeed
PlayerHeight
Index of column playerHeight
PlayerRadius
Index of column playerRadius
PcShapeType
Index of column pcShapeType
CollisionGroup
Index of column collisionGroup
AirSpeed
Index of column airSpeed
BoundaryAsset
Index of column boundaryAsset
JumpAirSpeed
Index of column jumpAirSpeed
Friction
Index of column friction
GravityVolumeAsset
Index of column gravityVolumeAsset
Trait Implementations§
source§impl Clone for PhysicsComponentColumn
impl Clone for PhysicsComponentColumn
source§fn clone(&self) -> PhysicsComponentColumn
fn clone(&self) -> PhysicsComponentColumn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PhysicsComponentColumn
impl Debug for PhysicsComponentColumn
source§impl Hash for PhysicsComponentColumn
impl Hash for PhysicsComponentColumn
source§impl Ord for PhysicsComponentColumn
impl Ord for PhysicsComponentColumn
source§fn cmp(&self, other: &PhysicsComponentColumn) -> Ordering
fn cmp(&self, other: &PhysicsComponentColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<PhysicsComponentColumn> for PhysicsComponentColumn
impl PartialEq<PhysicsComponentColumn> for PhysicsComponentColumn
source§fn eq(&self, other: &PhysicsComponentColumn) -> bool
fn eq(&self, other: &PhysicsComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PhysicsComponentColumn> for PhysicsComponentColumn
impl PartialOrd<PhysicsComponentColumn> for PhysicsComponentColumn
source§fn partial_cmp(&self, other: &PhysicsComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &PhysicsComponentColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for PhysicsComponentColumn
impl TypedColumn for PhysicsComponentColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct