C# 클래스 RocketLeagueReplayParser.NetworkStream.Rotator

파일 보기 프로젝트 열기: jjbott/RocketLeagueReplayParser 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( BitReader br ) : Rotator
Serialize ( BitWriter bw ) : void
ToDebugString ( ) : string

비공개 메소드들

메소드 설명
AxisToByte ( float axis ) : byte
ByteToAxis ( byte b ) : float
Normalize ( float axis ) : float

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( BitReader br ) : Rotator
br BitReader
리턴 Rotator

Serialize() 공개 메소드

public Serialize ( BitWriter bw ) : void
bw BitWriter
리턴 void

ToDebugString() 공개 메소드

public ToDebugString ( ) : string
리턴 string