Screenshot.clear C# (CSharp) Method

clear() public method

public clear ( ) : void
return void
    public void clear()
    {
        index = 0;
        player = "";
        description = "";
        image = null;
    }