C# Class Assets.LSL4Unity.Scripts.Examples.ExampleFloatInlet

Just an example implementation for a Inlet recieving float values
Inheritance: AStringInlet
Datei anzeigen Open project: luiseduve/exciteometer

Public Properties

Property Type Description
lastSample string

Protected Methods

Method Description
Process ( Array newSample, double timeStamp ) : void

Method Details

Process() protected method

protected Process ( Array newSample, double timeStamp ) : void
newSample Array
timeStamp double
return void

Property Details

lastSample public_oe property

public string lastSample
return string