Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
This is the complete list of members for vxExtensions, including all inherited members.
Add(this Point vectr, Point pnt1) | vxExtensions | static |
Add(this Point vectr, Point pnt1, Point pnt2) | vxExtensions | static |
Center(this Rectangle Inner, Rectangle Outter, float Scale=1) | vxExtensions | static |
ClearFlags< T >(this T value, T flags) (defined in vxExtensions) | vxExtensions | static |
CombineFlags< T >(this IEnumerable< T > flags) (defined in vxExtensions) | vxExtensions | static |
Crop(this Texture2D texture, Rectangle CropRectangle) | vxExtensions | static |
DrawString(this SpriteBatch spriteBatch, SpriteFont font, string text, Vector2 position, Color color, float scale, vxHorizontalJustification horizontalJustification=vxHorizontalJustification.Left, vxVerticalJustification verticalJustification=vxVerticalJustification.Top, float rotation=0) (defined in vxExtensions) | vxExtensions | static |
DrawString(this SpriteBatch spriteBatch, SpriteFont font, string text, Vector2 position, Color color, float scale, Vector2 origin) (defined in vxExtensions) | vxExtensions | static |
DrawString(this SpriteBatch spriteBatch, SpriteFont font, string text, Vector2 position, Color color, Vector2 scale, Vector2 origin) (defined in vxExtensions) | vxExtensions | static |
DrawString(this SpriteBatch spriteBatch, SpriteFont font, string text, Vector2 position, Color color, Vector2 scale) (defined in vxExtensions) | vxExtensions | static |
GetAnchorPosition(this Rectangle rect, vxLayoutJustification justification) | vxExtensions | static |
GetAnchorPosition(this Rectangle rect, vxLayoutJustification justification, Vector2 padding) | vxExtensions | static |
GetAspectRatio(this Texture2D texture) | vxExtensions | static |
GetBlurRectangle(this Rectangle rectangle, vxRenderPipeline Renderer) | vxExtensions | static |
GetBorder(this Rectangle rectangle, int BorderSize) | vxExtensions | static |
GetBorder(this Rectangle rectangle, int BorderSizeX, int BorderSizeY) | vxExtensions | static |
GetBorder(this Rectangle rectangle, Point BorderSize) | vxExtensions | static |
GetBorder(this Rectangle rectangle, Vector2 BorderSize) | vxExtensions | static |
GetBottomCenter(this Rectangle rect) | vxExtensions | static |
GetClampedString(this SpriteFont Font, string text, int width) | vxExtensions | static |
GetCursorLocation(this SpriteFont Font, string text, int Width, int CursorIndex) | vxExtensions | static |
GetDescription< T >(this T value) (defined in vxExtensions) | vxExtensions | static |
GetFileNameFromPath(this string FilePath) | vxExtensions | static |
GetFlags< T >(this T value) (defined in vxExtensions) | vxExtensions | static |
GetIntersectionDepth(this Rectangle rectA, Rectangle rectB) | vxExtensions | static |
GetMinuteTimespanString(this TimeSpan timespan) | vxExtensions | static |
GetOffset(this Rectangle rectangle, int x, int y) | vxExtensions | static |
GetOffset(this Rectangle rectangle, Point Offset) | vxExtensions | static |
GetOffset(this Rectangle rectangle, Vector2 Offset) | vxExtensions | static |
GetOffset(this Rectangle rectangle, int xy) | vxExtensions | static |
GetPaddedRectangle(this Rectangle rectangle, Vector2 Padding) | vxExtensions | static |
GetPaddedRectangle(this Rectangle rectangle, Point Padding) | vxExtensions | static |
GetParentPathFromFilePath(this string FilePath) | vxExtensions | static |
GetRotatedVector(this Vector2 vector, float rotation) | vxExtensions | static |
GetShortenedTimespanString(this TimeSpan timespan) | vxExtensions | static |
GetTypesWithAttribute(this System.Reflection.Assembly assembly, Type attributeType) (defined in vxExtensions) | vxExtensions | static |
ImageType enum name (defined in vxExtensions) | vxExtensions | |
IsDivisibleBy(this float value, int divider) (defined in vxExtensions) | vxExtensions | static |
IsDivisibleBy(this int value, int divider) (defined in vxExtensions) | vxExtensions | static |
IsEven(this int i) (defined in vxExtensions) | vxExtensions | static |
IsFlagSet< T >(this T value, T flag) (defined in vxExtensions) | vxExtensions | static |
IsNan(this Vector3 vector) (defined in vxExtensions) | vxExtensions | static |
IsNan(this Quaternion quaternion) (defined in vxExtensions) | vxExtensions | static |
IsOdd(this int i) (defined in vxExtensions) | vxExtensions | static |
ProjectToScreenPosition(this GraphicsDevice graphicsDevice, Vector3 position, Matrix projection, Matrix view) | vxExtensions | static |
ReadBoundingSphere(this NetBuffer message) | vxExtensions | static |
ReadHalfPrecisionSingle(this NetBuffer message) | vxExtensions | static |
ReadHalfPrecisionVector3(this NetBuffer message) | vxExtensions | static |
ReadMatrix(this NetBuffer message) | vxExtensions | static |
ReadMatrix(this NetBuffer message, ref Matrix destination) | vxExtensions | static |
ReadPoint(this NetBuffer message) | vxExtensions | static |
ReadRotation(this NetBuffer message, int bitsPerElement) | vxExtensions | static |
ReadUnitVector3(this NetBuffer message, int numberOfBits) | vxExtensions | static |
ReadVector2(this NetBuffer message) | vxExtensions | static |
ReadVector3(this NetBuffer message) | vxExtensions | static |
ReadVector4(this NetBuffer message) | vxExtensions | static |
ReadXML(this string Text, string XMLTag) | vxExtensions | static |
Resize(this Texture2D texture, Point newSize) | vxExtensions | static |
Resize(this Texture2D texture, int NewWidth, int NewHeight) | vxExtensions | static |
Rotate(this Vector2 vector, float radians) | vxExtensions | static |
SaveToDisk(this Texture2D texture, string FileName, ImageType ImageType=ImageType.PNG) | vxExtensions | static |
SetFlags< T >(this T value, T flags, bool on) (defined in vxExtensions) | vxExtensions | static |
SetFlags< T >(this T value, T flags) (defined in vxExtensions) | vxExtensions | static |
SplitIntoSentance(this string source) | vxExtensions | static |
Subtract(this Point vectr, Point pnt1) | vxExtensions | static |
Subtract(this Point vectr, Point pnt1, Point pnt2) | vxExtensions | static |
ToByteArray(this Texture2D texture) | vxExtensions | static |
ToColor(this Vector3 vector3) (defined in vxExtensions) | vxExtensions | static |
ToColor(this Vector4 vector4) | vxExtensions | static |
ToColorArray(this Texture2D texture) | vxExtensions | static |
ToHeightMapDataArray(this Texture2D heightMap, float HeightScaleFactor=0.125f) | vxExtensions | static |
ToIntValue(this Vector2 point) | vxExtensions | static |
ToIntValue(this Vector3 point) | vxExtensions | static |
ToLayoutScale(this Vector2 point) | vxExtensions | static |
ToPoint(this Vector2 vector) | vxExtensions | static |
ToSentanceCase(this string source) | vxExtensions | static |
ToTexture2D(this byte[] byteArray, GraphicsDevice GraphicsDevice, int Width, int Height) | vxExtensions | static |
ToVector2(this Point point) | vxExtensions | static |
ToVector2(this Vector3 vector3) | vxExtensions | static |
ToVector4(this Texture2D texture, GraphicsDevice device) | vxExtensions | static |
WrapMultilineString(this string text, int MaxCharsPerLine) | vxExtensions | static |
WrapMultilineStringBlock(this string text, int MaxCharsPerLine) (defined in vxExtensions) | vxExtensions | static |
WrapString(this SpriteFont Font, string text, int Width, float scale=1) | vxExtensions | static |
WrapStringToArray(this SpriteFont Font, string text, int Width, float scale=1) | vxExtensions | static |
Write(this NetBuffer message, Point value) | vxExtensions | static |
Write(this NetBuffer message, Vector2 vector) | vxExtensions | static |
Write(this NetBuffer message, Vector3 vector) | vxExtensions | static |
Write(this NetBuffer message, Vector4 vector) | vxExtensions | static |
Write(this NetBuffer message, BoundingSphere bounds) | vxExtensions | static |
WriteHalfPrecision(this NetBuffer message, float value) | vxExtensions | static |
WriteHalfPrecision(this NetBuffer message, Vector3 vector) | vxExtensions | static |
WriteMatrix(this NetBuffer message, ref Matrix matrix) | vxExtensions | static |
WriteMatrix(this NetBuffer message, Matrix matrix) | vxExtensions | static |
WriteRotation(this NetBuffer message, Quaternion quaternion, int bitsPerElement) | vxExtensions | static |
WriteUnitVector3(this NetBuffer message, Vector3 unitVector, int numberOfBits) | vxExtensions | static |
WriteXML(this string Text, string XMLTag) | vxExtensions | static |