C# Class Xsolla.XsollaStatusText.StatusTextElement

Mostra file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Methods

Method Description
GetKey ( ) : string
GetName ( ) : string
GetParameter ( ) : string
GetPref ( ) : string
GetValue ( ) : string
StatusTextElement ( string key, string pref, string parameter, string value, string name ) : System
ToString ( ) : string

Private Methods

Method Description
StatusTextElement ( ) : System

Method Details

GetKey() public method

public GetKey ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetParameter() public method

public GetParameter ( ) : string
return string

GetPref() public method

public GetPref ( ) : string
return string

GetValue() public method

public GetValue ( ) : string
return string

StatusTextElement() public method

public StatusTextElement ( string key, string pref, string parameter, string value, string name ) : System
key string
pref string
parameter string
value string
name string
return System

ToString() public method

public ToString ( ) : string
return string