TUIO.TuioContainer.TuioContainer C# (CSharp) Method

TuioContainer() public method

public TuioContainer ( TuioContainer tcon ) : System
tcon TuioContainer
return System
        public TuioContainer(TuioContainer tcon)
            : base(tcon)
        {
            session_id = tcon.getSessionID();
            x_speed = 0.0f;
            y_speed = 0.0f;
            motion_speed = 0.0f;
            motion_accel = 0.0f;
            path = new List<TuioPoint>();
            path.Add(new TuioPoint(currentTime,xpos,ypos));
            state = TUIO_ADDED;
        }

Same methods

TuioContainer::TuioContainer ( TuioTime ttime, long si, float xp, float yp ) : System
TuioContainer::TuioContainer ( long si, float xp, float yp ) : System