C# Class Bouncer

Inheritance: MonoBehaviour
Datei anzeigen Open project: macgyver13/globalgamejam2016 Class Usage Examples

Public Properties

Property Type Description
bounceAnimator Animator
bounced bool
force float
trajectoryObjectEast Transform
trajectoryObjectNorth Transform
trajectoryObjectSouth Transform
trajectoryObjectWest Transform

Public Methods

Method Description
ApplyBounce ( GameObject otherObject, Collision2D coll ) : void

Method Details

ApplyBounce() public method

public ApplyBounce ( GameObject otherObject, Collision2D coll ) : void
otherObject GameObject
coll Collision2D
return void

Property Details

bounceAnimator public_oe property

public Animator bounceAnimator
return Animator

bounced public_oe property

public bool bounced
return bool

force public_oe property

public float force
return float

trajectoryObjectEast public_oe property

public Transform trajectoryObjectEast
return Transform

trajectoryObjectNorth public_oe property

public Transform trajectoryObjectNorth
return Transform

trajectoryObjectSouth public_oe property

public Transform trajectoryObjectSouth
return Transform

trajectoryObjectWest public_oe property

public Transform trajectoryObjectWest
return Transform