C# Class SerialValue, UnitySerialPort

Inheritance: MonoBehaviour
显示文件 Open project: prossel/UnitySerialPort Class Usage Examples

Public Properties

Property Type Description
Column int

Public Methods

Method Description
OnSerialValues ( string values ) : void

Method Details

OnSerialValues() public method

public OnSerialValues ( string values ) : void
values string
return void

Property Details

Column public_oe property

The column (0 based) from which to show the value.
public int Column
return int