C# 클래스 NetworkingPrelude, casanova-mk2

파일 보기 프로젝트 열기: vs-team/casanova-mk2

공개 메소드들

메소드 설명
BoolReceiveBase ( BitStream stream ) : bool
FloatReceiveBase ( BitStream stream ) : Single
IntReceiveBase ( BitStream stream ) : Int32
QuaternionReceiveBase ( BitStream stream ) : Quaternion
SerializeBase ( Int32 data, BitStream stream ) : void
SerializeBase ( Quaternion data, BitStream stream ) : void
SerializeBase ( Single data, BitStream stream ) : void
SerializeBase ( Vector3 data, BitStream stream ) : void
SerializeBase ( bool data, BitStream stream ) : void
Vector3ReceiveBase ( BitStream stream ) : Vector3

메소드 상세

BoolReceiveBase() 공개 정적인 메소드

public static BoolReceiveBase ( BitStream stream ) : bool
stream BitStream
리턴 bool

FloatReceiveBase() 공개 정적인 메소드

public static FloatReceiveBase ( BitStream stream ) : Single
stream BitStream
리턴 Single

IntReceiveBase() 공개 정적인 메소드

public static IntReceiveBase ( BitStream stream ) : Int32
stream BitStream
리턴 System.Int32

QuaternionReceiveBase() 공개 정적인 메소드

public static QuaternionReceiveBase ( BitStream stream ) : Quaternion
stream BitStream
리턴 Quaternion

SerializeBase() 공개 정적인 메소드

public static SerializeBase ( Int32 data, BitStream stream ) : void
data System.Int32
stream BitStream
리턴 void

SerializeBase() 공개 정적인 메소드

public static SerializeBase ( Quaternion data, BitStream stream ) : void
data Quaternion
stream BitStream
리턴 void

SerializeBase() 공개 정적인 메소드

public static SerializeBase ( Single data, BitStream stream ) : void
data Single
stream BitStream
리턴 void

SerializeBase() 공개 정적인 메소드

public static SerializeBase ( Vector3 data, BitStream stream ) : void
data Vector3
stream BitStream
리턴 void

SerializeBase() 공개 정적인 메소드

public static SerializeBase ( bool data, BitStream stream ) : void
data bool
stream BitStream
리턴 void

Vector3ReceiveBase() 공개 정적인 메소드

public static Vector3ReceiveBase ( BitStream stream ) : Vector3
stream BitStream
리턴 Vector3