StandardInfoWindowInfo.StandardInfoWindowInfo C# (CSharp) Method

StandardInfoWindowInfo() public method

public StandardInfoWindowInfo ( string code, string texture, string next, string cancel ) : UnityEngine
code string
texture string
next string
cancel string
return UnityEngine
    public StandardInfoWindowInfo (string code, string texture, string next, string cancel)
    {
        _code = code;
        _texture = texture;
        _next = next;
        _cancel = cancel;
    }