| RigidBodyApplyImpulse Method (Vector3, Vector3) | 
 
            Apply impulse 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 ApplyImpulse(
	Vector3 impulse,
	Vector3 from
)
Parameters
- impulse
 - Type: Vector3
Impulse vector to apply. - from
 - Type: Vector3
Impulse source position. 
See Also