메소드 | 설명 | |
---|---|---|
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 |
public static ReadColorARGBByte ( this stream ) : Color | ||
stream | this | |
리턴 | Color |
public static ReadColorARGBSingle ( this stream ) : Color | ||
stream | this | |
리턴 | Color |
public static ReadQuaternionSingle ( this stream ) : Microsoft.Xna.Framework.Quaternion | ||
stream | this | |
리턴 | Microsoft.Xna.Framework.Quaternion |
public static ReadVector2Single ( this stream ) : Vector2 | ||
stream | this | |
리턴 | Vector2 |
public static ReadVector3Single ( this stream ) : Vector3 | ||
stream | this | |
리턴 | Vector3 |
public static ToFormatString ( this f, int pad ) : string | ||
f | this | |
pad | int | |
리턴 | string |