C# Class PassivePickup, GrapplingHookFighters

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

Méthodes publiques

Свойство Type Description
armorHealth float
broke bool
itemCode int
offset Vector2

Méthodes publiques

Méthode Description
ChangeColors ( bool on ) : void
Drop ( int i ) : void
OnApplicationQuit ( ) : void
Pickup ( GameObject g ) : void
Update ( ) : void

Method Details

ChangeColors() public méthode

public ChangeColors ( bool on ) : void
on bool
Résultat void

Drop() public méthode

public Drop ( int i ) : void
i int
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

Pickup() public méthode

public Pickup ( GameObject g ) : void
g GameObject
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

armorHealth public_oe property

public float armorHealth
Résultat float

broke public_oe property

public bool broke
Résultat bool

itemCode public_oe property

public int itemCode
Résultat int

offset public_oe property

public Vector2 offset
Résultat Vector2