C# 클래스 Assets.LSL4Unity.Scripts.Examples.ExampleFloatInlet

Just an example implementation for a Inlet recieving float values
상속: AStringInlet
파일 보기 프로젝트 열기: luiseduve/exciteometer

공개 프로퍼티들

프로퍼티 타입 설명
lastSample string

보호된 메소드들

메소드 설명
Process ( Array newSample, double timeStamp ) : void

메소드 상세

Process() 보호된 메소드

protected Process ( Array newSample, double timeStamp ) : void
newSample Array
timeStamp double
리턴 void

프로퍼티 상세

lastSample 공개적으로 프로퍼티

public string lastSample
리턴 string