Class PhysicsDirectBodyState2D.PropertyName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the properties and fields contained in this class, for fast lookup.
public class PhysicsDirectBodyState2D.PropertyName : GodotObject.PropertyName
- Inheritance
-
PhysicsDirectBodyState2D.PropertyName
- Derived
- Inherited Members
Constructors
PropertyName()
public PropertyName()
Fields
AngularVelocity
Cached name for the 'angular_velocity' property.
public static readonly StringName AngularVelocity
Field Value
CenterOfMass
Cached name for the 'center_of_mass' property.
public static readonly StringName CenterOfMass
Field Value
CenterOfMassLocal
Cached name for the 'center_of_mass_local' property.
public static readonly StringName CenterOfMassLocal
Field Value
InverseInertia
Cached name for the 'inverse_inertia' property.
public static readonly StringName InverseInertia
Field Value
InverseMass
Cached name for the 'inverse_mass' property.
public static readonly StringName InverseMass
Field Value
LinearVelocity
Cached name for the 'linear_velocity' property.
public static readonly StringName LinearVelocity
Field Value
Sleeping
Cached name for the 'sleeping' property.
public static readonly StringName Sleeping
Field Value
Step
Cached name for the 'step' property.
public static readonly StringName Step
Field Value
TotalAngularDamp
Cached name for the 'total_angular_damp' property.
public static readonly StringName TotalAngularDamp
Field Value
TotalGravity
Cached name for the 'total_gravity' property.
public static readonly StringName TotalGravity
Field Value
TotalLinearDamp
Cached name for the 'total_linear_damp' property.
public static readonly StringName TotalLinearDamp
Field Value
Transform
Cached name for the 'transform' property.
public static readonly StringName Transform