C# Class Wxv.Swg.Common.XnaExtensions

Afficher le fichier Open project: wverkley/Swg.Explorer

Méthodes publiques

Méthode Description
ReadColorARGBByte ( this stream ) : Color
ReadColorARGBSingle ( this stream ) : Color
ReadQuaternionSingle ( this stream ) : Microsoft.Xna.Framework.Quaternion
ReadVector2Single ( this stream ) : Vector2
ReadVector3Single ( this stream ) : Vector3
ToFormatString ( this f, int pad ) : string

Method Details

ReadColorARGBByte() public static méthode

public static ReadColorARGBByte ( this stream ) : Color
stream this
Résultat Color

ReadColorARGBSingle() public static méthode

public static ReadColorARGBSingle ( this stream ) : Color
stream this
Résultat Color

ReadQuaternionSingle() public static méthode

public static ReadQuaternionSingle ( this stream ) : Microsoft.Xna.Framework.Quaternion
stream this
Résultat Microsoft.Xna.Framework.Quaternion

ReadVector2Single() public static méthode

public static ReadVector2Single ( this stream ) : Vector2
stream this
Résultat Vector2

ReadVector3Single() public static méthode

public static ReadVector3Single ( this stream ) : Vector3
stream this
Résultat Vector3

ToFormatString() public static méthode

public static ToFormatString ( this f, int pad ) : string
f this
pad int
Résultat string