Interface IForceManipulator
Implement this to customize force and velocity interactions with an object that implements IForceReceiver.
Namespace: SF.PhysicsLowLevel
Assembly: cs.temp.dll.dll
Syntax
public interface IForceManipulator
Methods
ExtertForce(IForceReceiver, Vector2)
Declaration
void ExtertForce(IForceReceiver forceReceiver, Vector2 force)
Parameters
| Type | Name | Description |
|---|---|---|
| IForceReceiver | forceReceiver | |
| Vector2 | force |