C# 클래스 ArtemisComm.ShipAction3SubPackets.HelmSetSteeringSubPacket

상속: ShipAction3
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetPacket ( float turnValue ) : Packet
HelmSetSteeringSubPacket ( Stream stream, int index ) : System
HelmSetSteeringSubPacket ( float turnValue ) : System

메소드 상세

GetPacket() 공개 정적인 메소드

public static GetPacket ( float turnValue ) : Packet
turnValue float
리턴 Packet

HelmSetSteeringSubPacket() 공개 메소드

public HelmSetSteeringSubPacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System

HelmSetSteeringSubPacket() 공개 메소드

public HelmSetSteeringSubPacket ( float turnValue ) : System
turnValue float
리턴 System