| RigidBodyApplyForce Method (Vector3, Vector3) | 
 
            Apply force on the physical body, from given position.
            
 
    Namespace: 
   GeonBit.ECS.Components.Physics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ApplyForce(
	Vector3 force,
	Vector3 from
)
Parameters
- force
 - Type: Vector3
Force vector to apply. - from
 - Type: Vector3
Force source position. 
See Also