C# Class Xsolla.XsollaFormElement.TableOptions

Inheritance: IParseble
ファイルを表示 Open project: xsolla/xsolla-unity-sdk

Public Properties

Property Type Description
_body List
_head List

Public Methods

Method Description
Parse ( SimpleJSON rootNode ) : Xsolla.IParseble
TableOptions ( ) : System.Collections

Method Details

Parse() public method

public Parse ( SimpleJSON rootNode ) : Xsolla.IParseble
rootNode SimpleJSON
return Xsolla.IParseble

TableOptions() public method

public TableOptions ( ) : System.Collections
return System.Collections

Property Details

_body public_oe property

public List _body
return List

_head public_oe property

public List _head
return List