struct PhysicsSpring
in global :: Sandbox . Physics
Spring related settings for joints such as .
public float Frequency
The stiffness of the spring
public float Damping
The damping ratio of the spring, usually between 0 and 1
public float Maximum
For weld joints only, maximum force. Not for breaking.
public static Vector3 op_Implicit( PhysicsSpring s )
😔 No documentation found.
public static PhysicsSpring op_Implicit( Vector3 s )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public PhysicsSpring( float frequency = 0, float damping = 0, float maximum = -1 )
😔 No documentation found.