C# Class PortalGun, GrapplingHookFighters

Inheritance: MonoBehaviour
Afficher le fichier Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Méthodes publiques

Свойство Type Description
bluePortal GameObject
blueProjectile GameObject
playerID int
portalColor int
projectileSpeed float

Méthodes publiques

Méthode Description
Death ( ) : void
NotDeath ( ) : void
SetPlayerID ( int playerID ) : void
Update ( ) : void
click ( ) : void
unclick ( ) : void

Method Details

Death() public méthode

public Death ( ) : void
Résultat void

NotDeath() public méthode

public NotDeath ( ) : void
Résultat void

SetPlayerID() public méthode

public SetPlayerID ( int playerID ) : void
playerID int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

click() public méthode

public click ( ) : void
Résultat void

unclick() public méthode

public unclick ( ) : void
Résultat void

Property Details

bluePortal public_oe property

public GameObject bluePortal
Résultat GameObject

blueProjectile public_oe property

public GameObject blueProjectile
Résultat GameObject

playerID public_oe property

public int playerID
Résultat int

portalColor public_oe property

public int portalColor
Résultat int

projectileSpeed public_oe property

public float projectileSpeed
Résultat float