Click or drag to resize
RigidBodyCopyConditionFrom Method
Copy transformation, forces, velocity etc. from another physical body.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyConditionFrom(
	RigidBody other
)

Parameters

other
Type: GeonBit.Core.PhysicsRigidBody
Other physical body to copy condition from.
See Also