Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.IPullable Interface Reference

Interface for objects that are pullable. More...

Inheritance diagram for PlatformerPro.IPullable:
PlatformerPro.PushablePullable

Public Member Functions

void Pull (IMob character, Vector2 amount)
 Pull the pullable. More...
 

Properties

float Mass [get]
 Gets the objects mass. More...
 

Detailed Description

Interface for objects that are pullable.

Member Function Documentation

◆ Pull()

void PlatformerPro.IPullable.Pull ( IMob  character,
Vector2  amount 
)

Pull the pullable.

Parameters
characterCharacter doing the pulling.
amountAmount being pulled.

Implemented in PlatformerPro.PushablePullable.

Property Documentation

◆ Mass

float PlatformerPro.IPullable.Mass
get

Gets the objects mass.

The mass.


The documentation for this interface was generated from the following file: