Package | Description |
---|---|
Microsoft.Xna.Framework | |
Microsoft.Xna.Framework.Graphics | |
Microsoft.Xna.Framework.Input | |
Microsoft.Xna.Framework.Input.Touch | |
System |
Modifier and Type | Class and Description |
---|---|
class |
BoundingBox
Defines an axis-aligned box-shaped 3D volume.
|
class |
BoundingSphere
Defines a sphere.
|
class |
Color
Represents a four-component color using red, green, blue, and alpha data.
|
class |
Matrix
Defines a matrix.
|
class |
Plane
Defines a plane.
|
class |
Point
Defines a point in 2D space.
|
class |
Quaternion
Defines a four-dimensional vector (x,y,z,w), which is used to efficiently rotate an object about the (x, y, z) vector by the angle theta, where w = cos(theta/2).
|
class |
Ray
Defines a ray.
|
class |
Rectangle
Defines a rectangle.
|
class |
Vector2
Defines a vector with two components.
|
class |
Vector3
Defines a vector with three components.
|
class |
Vector4
Defines a vector with four components.
|
Modifier and Type | Class and Description |
---|---|
class |
VertexPositionColor
Describes a custom vertex format structure that contains position and color information.
|
class |
VertexPositionColorTexture
Describes a custom vertex format structure that contains position, color, and one set of texture coordinates.
|
class |
VertexPositionTexture
Describes a custom vertex format structure that contains position and one set of texture coordinates.
|
class |
Viewport
Defines the window dimensions of a render-target surface onto which a 3D volume projects.
|
Modifier and Type | Class and Description |
---|---|
class |
GamePadButtons
Identifies whether the buttons on an Xbox 360 Controller are pressed or released.
|
class |
GamePadDPad
Identifies which directions on the directional pad of an Xbox 360 Controller are being pressed.
|
class |
KeyboardState
Represents a state of keystrokes recorded by a keyboard input device.
|
class |
MouseState
Represents the state of a mouse input device, including mouse cursor position and buttons pressed.
|
Modifier and Type | Class and Description |
---|---|
class |
TouchLocation
Provides methods and properties for interacting with a touch location on a touch screen device.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeSpan
Represents a time interval.
|