C# 클래스 Reign.Core.StreamExtensions

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
ReadMatrix2 ( this reader ) : Matrix2
ReadMatrix3 ( this reader ) : Matrix3
ReadMatrix4 ( this reader ) : Matrix4
ReadVector2 ( this reader ) : Vector2
ReadVector3 ( this reader ) : Vector3
ReadVector4 ( this reader ) : Vector4
WriteMatrix ( this writer, Matrix2 value ) : void
WriteMatrix ( this writer, Matrix3 value ) : void
WriteMatrix ( this writer, Matrix4 value ) : void
WriteVector ( this writer, Vector2 value ) : void
WriteVector ( this writer, Vector3 value ) : void
WriteVector ( this writer, Vector4 value ) : void

메소드 상세

ReadMatrix2() 공개 정적인 메소드

public static ReadMatrix2 ( this reader ) : Matrix2
reader this
리턴 Matrix2

ReadMatrix3() 공개 정적인 메소드

public static ReadMatrix3 ( this reader ) : Matrix3
reader this
리턴 Matrix3

ReadMatrix4() 공개 정적인 메소드

public static ReadMatrix4 ( this reader ) : Matrix4
reader this
리턴 Matrix4

ReadVector2() 공개 정적인 메소드

public static ReadVector2 ( this reader ) : Vector2
reader this
리턴 Vector2

ReadVector3() 공개 정적인 메소드

public static ReadVector3 ( this reader ) : Vector3
reader this
리턴 Vector3

ReadVector4() 공개 정적인 메소드

public static ReadVector4 ( this reader ) : Vector4
reader this
리턴 Vector4

WriteMatrix() 공개 정적인 메소드

public static WriteMatrix ( this writer, Matrix2 value ) : void
writer this
value Matrix2
리턴 void

WriteMatrix() 공개 정적인 메소드

public static WriteMatrix ( this writer, Matrix3 value ) : void
writer this
value Matrix3
리턴 void

WriteMatrix() 공개 정적인 메소드

public static WriteMatrix ( this writer, Matrix4 value ) : void
writer this
value Matrix4
리턴 void

WriteVector() 공개 정적인 메소드

public static WriteVector ( this writer, Vector2 value ) : void
writer this
value Vector2
리턴 void

WriteVector() 공개 정적인 메소드

public static WriteVector ( this writer, Vector3 value ) : void
writer this
value Vector3
리턴 void

WriteVector() 공개 정적인 메소드

public static WriteVector ( this writer, Vector4 value ) : void
writer this
value Vector4
리턴 void