C# Class Reign.Core.StreamExtensions

显示文件 Open project: reignstudios/ReignSDK

Public Methods

Method Description
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

Method Details

ReadMatrix2() public static method

public static ReadMatrix2 ( this reader ) : Matrix2
reader this
return Matrix2

ReadMatrix3() public static method

public static ReadMatrix3 ( this reader ) : Matrix3
reader this
return Matrix3

ReadMatrix4() public static method

public static ReadMatrix4 ( this reader ) : Matrix4
reader this
return Matrix4

ReadVector2() public static method

public static ReadVector2 ( this reader ) : Vector2
reader this
return Vector2

ReadVector3() public static method

public static ReadVector3 ( this reader ) : Vector3
reader this
return Vector3

ReadVector4() public static method

public static ReadVector4 ( this reader ) : Vector4
reader this
return Vector4

WriteMatrix() public static method

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

WriteMatrix() public static method

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

WriteMatrix() public static method

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

WriteVector() public static method

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

WriteVector() public static method

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

WriteVector() public static method

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