UIHealth.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        theCharacterHealth = GameObject.Find ("Player").GetComponent<CharacterHealth> ();
        theSpriteRenderer = GetComponent<Image> ();
        theSpriteRenderer.sprite = heartFull;
    }