C# Class UnityPlatformer.ItemMovingPlatformController

Inheritance: Item
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Свойство Type Description
onUse MovingPlatformActions
targets List

Méthodes publiques

Méthode Description
IsUsableBy ( Character p ) : bool

Can be used by any character

Use ( Character p ) : void

When use operate over given targets

Method Details

IsUsableBy() public méthode

Can be used by any character
public IsUsableBy ( Character p ) : bool
p Character
Résultat bool

Use() public méthode

When use operate over given targets
public Use ( Character p ) : void
p Character
Résultat void

Property Details

onUse public_oe property

Action that Moving Platform will do
public MovingPlatformActions onUse
Résultat MovingPlatformActions

targets public_oe property

Moving Platforms that will be affected
public List targets
Résultat List