CSKinectSkeletonApplication1.ControlSender.setCommand C# (CSharp) 메소드

setCommand() 공개 메소드

public setCommand ( String commandString ) : void
commandString String
리턴 void
        public void setCommand(String commandString)
        {
            currentCommand = commandString;
        }