C# 클래스 Wxv.Swg.Common.XnaExtensions

파일 보기 프로젝트 열기: wverkley/Swg.Explorer

공개 메소드들

메소드 설명
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

메소드 상세

ReadColorARGBByte() 공개 정적인 메소드

public static ReadColorARGBByte ( this stream ) : Color
stream this
리턴 Color

ReadColorARGBSingle() 공개 정적인 메소드

public static ReadColorARGBSingle ( this stream ) : Color
stream this
리턴 Color

ReadQuaternionSingle() 공개 정적인 메소드

public static ReadQuaternionSingle ( this stream ) : Microsoft.Xna.Framework.Quaternion
stream this
리턴 Microsoft.Xna.Framework.Quaternion

ReadVector2Single() 공개 정적인 메소드

public static ReadVector2Single ( this stream ) : Vector2
stream this
리턴 Vector2

ReadVector3Single() 공개 정적인 메소드

public static ReadVector3Single ( this stream ) : Vector3
stream this
리턴 Vector3

ToFormatString() 공개 정적인 메소드

public static ToFormatString ( this f, int pad ) : string
f this
pad int
리턴 string