Method | Description | |
---|---|---|
BrgBinaryReader ( |
||
ReadColor3D ( ) : |
||
ReadHalf ( ) : float | ||
ReadMaterialSFX ( ) : |
||
ReadString ( byte terminator = 0x0 ) : string | ||
ReadString ( int length ) : string | ||
ReadTexel ( ) : Texel | ||
ReadUserDataEntry ( bool isParticle ) : |
||
ReadVector2D ( bool isHalf = false ) : Vector2D | ||
ReadVector3D ( bool isAom = true, bool isHalf = false ) : Vector3D |
public BrgBinaryReader ( |
||
bitConvertor | ||
stream | System | |
return | System |
public ReadColor3D ( ) : |
||
return |
public ReadString ( byte terminator = 0x0 ) : string | ||
terminator | byte | |
return | string |
public ReadUserDataEntry ( bool isParticle ) : |
||
isParticle | bool | |
return |
public ReadVector2D ( bool isHalf = false ) : Vector2D | ||
isHalf | bool | |
return | Vector2D |
public ReadVector3D ( bool isAom = true, bool isHalf = false ) : Vector3D | ||
isAom | bool | |
isHalf | bool | |
return | Vector3D |