C# Class FlameAnimation

Inheritance: MonoBehaviour
Mostrar archivo Open project: bombguy/globalgamejam2016

Public Properties

Property Type Description
bc UnityEngine.BoxCollider2D
sr SpriteRenderer

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D coll ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D coll ) : void
coll UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bc public_oe property

public BoxCollider2D,UnityEngine bc
return UnityEngine.BoxCollider2D

sr public_oe property

public SpriteRenderer sr
return SpriteRenderer