BodyTetrisWrapper.Program.setOSCEvents C# (CSharp) Method

setOSCEvents() private method

private setOSCEvents ( IntNPtrPassFunc RoundStart, IntFunc Countdown, IntFunc Holding, IntFunc HoldFail, VoidFunc Timeout, ThreeIntFunc ShapeCompleted, TwoIntFunc ShapeStatus, PlayerStatusFunc PlayerStatus ) : int
RoundStart IntNPtrPassFunc
Countdown IntFunc
Holding IntFunc
HoldFail IntFunc
Timeout VoidFunc
ShapeCompleted ThreeIntFunc
ShapeStatus TwoIntFunc
PlayerStatus PlayerStatusFunc
return int
        public static extern int setOSCEvents(IntNPtrPassFunc RoundStart, IntFunc Countdown, IntFunc Holding, IntFunc HoldFail,
            VoidFunc Timeout, ThreeIntFunc ShapeCompleted, TwoIntFunc ShapeStatus, PlayerStatusFunc PlayerStatus);