C# Class Bouncer

Inheritance: MonoBehaviour
Afficher le fichier Open project: macgyver13/globalgamejam2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
bounceAnimator Animator
bounced bool
force float
trajectoryObjectEast Transform
trajectoryObjectNorth Transform
trajectoryObjectSouth Transform
trajectoryObjectWest Transform

Méthodes publiques

Méthode Description
ApplyBounce ( GameObject otherObject, Collision2D coll ) : void

Method Details

ApplyBounce() public méthode

public ApplyBounce ( GameObject otherObject, Collision2D coll ) : void
otherObject GameObject
coll Collision2D
Résultat void

Property Details

bounceAnimator public_oe property

public Animator bounceAnimator
Résultat Animator

bounced public_oe property

public bool bounced
Résultat bool

force public_oe property

public float force
Résultat float

trajectoryObjectEast public_oe property

public Transform trajectoryObjectEast
Résultat Transform

trajectoryObjectNorth public_oe property

public Transform trajectoryObjectNorth
Résultat Transform

trajectoryObjectSouth public_oe property

public Transform trajectoryObjectSouth
Résultat Transform

trajectoryObjectWest public_oe property

public Transform trajectoryObjectWest
Résultat Transform