![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Interface for objects that are pullable. More...
Public Member Functions | |
void | Pull (IMob character, Vector2 amount) |
Pull the pullable. More... | |
Properties | |
float | Mass [get] |
Gets the objects mass. More... | |
Interface for objects that are pullable.
void PlatformerPro.IPullable.Pull | ( | IMob | character, |
Vector2 | amount | ||
) |
Pull the pullable.
character | Character doing the pulling. |
amount | Amount being pulled. |
Implemented in PlatformerPro.PushablePullable.
|
get |
Gets the objects mass.
The mass.