UnityPlatformer.CharacterHealth.isDead C# (CSharp) Method

isDead() public method

No healt
public isDead ( ) : bool
return bool
    public bool isDead() {
      return health <= 0;
    }
    /// <summary>