C# Class bloodExplosion, DemonHeart

Inheritance: MonoBehaviour
显示文件 Open project: rwbysafire/DemonHeart

Public Properties

Property Type Description
enemyTag string
maxHealth float

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D collider ) : void
Start ( ) : void

Private Methods

Method Description
playAnimation ( float delay ) : IEnumerator

Method Details

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

enemyTag public_oe property

public string enemyTag
return string

maxHealth public_oe property

public float maxHealth
return float