RuneSlot.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    public override void Start()
    {
        base.Start();
        thisRune = this.GetComponent<RawImage>();
        //thisRune.texture= Resources.Load <Texture2D> (_RES +"/HUD/Runes/rune_blank");
    }