ArtemisComm.PacketProcessing.SendHelmSetSteeringSubPacket C# (CSharp) 메소드

SendHelmSetSteeringSubPacket() 공개 메소드

public SendHelmSetSteeringSubPacket ( System.Guid connectionID, float turnValue ) : void
connectionID System.Guid
turnValue float
리턴 void
        public void SendHelmSetSteeringSubPacket(Guid connectionID, float turnValue)
        {
            Send(connectionID, HelmSetSteeringSubPacket.GetPacket(turnValue));
        }