Interface IForceReceiver
Allows objects to have a custom implementation for force and velocity interactions for physics.
Namespace: SF.PhysicsLowLevel
Assembly: cs.temp.dll.dll
Syntax
public interface IForceReceiver
Remarks
Example usage of this is seen in the interface IForceManipulator.
Methods
SetExternalVelocity(Vector2)
Declaration
void SetExternalVelocity(Vector2 velocity)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | velocity |