- A() - Method in class Microsoft.Xna.Framework.Color
-
Gets the Alpha component of this Color.
- A - Variable in class Microsoft.Xna.Framework.Input.GamePadButtons
-
Identifies whether the A button on the Xbox 360 Controller is pressed.
- Action<T> - Class in System
-
Encapsulates a method that takes a single parameter and does not return a value.
- Action() - Constructor for class System.Action
-
- Add(TouchLocation) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Adds a TouchLocation to the collection.
- Add(Matrix) - Method in class Microsoft.Xna.Framework.Matrix
-
Adds the current matrix to another matrix.
- Add(Matrix, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Adds a matrix to another matrix.
- Add(Matrix, Matrix, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Adds a matrix to another matrix.
- Add(Quaternion) - Method in class Microsoft.Xna.Framework.Quaternion
-
Adds the specified quaternion to the current quaternion.
- Add(Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Adds two Quaternions.
- Add(Quaternion, Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Adds two Quaternions.
- Add(Vector2) - Method in class Microsoft.Xna.Framework.Vector2
-
Adds the specified Vector2 to the current Vector2.
- Add(Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
-
Adds two vectors.
- Add(Vector2, Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
-
Adds two vectors.
- Add(Vector3) - Method in class Microsoft.Xna.Framework.Vector3
-
Adds the specified vector to the current vector.
- Add(Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Adds two vectors.
- Add(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Adds two vectors.
- Add(Vector4) - Method in class Microsoft.Xna.Framework.Vector4
-
Adds the specified vector to the current vector.
- Add(Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
-
Adds two vectors.
- Add(Vector4, Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
-
Adds two vectors.
- Add(T) - Method in interface System.Collections.Generic.ICollection
-
- Add(T) - Method in class System.Collections.ObjectModel.Collection
-
Adds an object to the end of the Collection<>.
- Add(TimeSpan) - Method in class System.TimeSpan
-
Adds the specified TimeSpan to this instance.
- addHandler(EventHandler<T>) - Method in class System.Event
-
Adds a handler for this event
- Additive - Static variable in class Microsoft.Xna.Framework.Graphics.BlendState
-
A built-in state object with settings for additive blend, that is adding the destination data to the source data without using alpha.
- AliceBlue - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:240 G:248 B:255 A:255.
- AlphaBlend - Static variable in class Microsoft.Xna.Framework.Graphics.BlendState
-
A built-in state object with settings for alpha blend, that is blending the source and destination data using alpha.
- AnisotropicClamp - Static variable in class Microsoft.Xna.Framework.Graphics.SamplerState
-
- AnisotropicWrap - Static variable in class Microsoft.Xna.Framework.Graphics.SamplerState
-
- AntiqueWhite - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:250 G:235 B:215 A:255.
- Apply() - Method in class Microsoft.Xna.Framework.Graphics.EffectPass
-
Begins this pass.
- Apply3D(AudioListener, AudioEmitter) - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Applies 3D positioning to the sound using a single listener.
- Apply3D(AudioListener[], AudioEmitter) - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Applies 3D position to the sound using multiple listeners.
- Aqua - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:0 G:255 B:255 A:255.
- Aquamarine - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:127 G:255 B:212 A:255.
- ArgumentException - Exception in System
-
The exception that is thrown when one of the arguments provided to a method is not valid.
- ArgumentException() - Constructor for exception System.ArgumentException
-
Initializes a new instance of the ArgumentException class.
- ArgumentException(String) - Constructor for exception System.ArgumentException
-
Initializes a new instance of the ArgumentException class with a specified error message.
- ArgumentException(String, RuntimeException) - Constructor for exception System.ArgumentException
-
Initializes a new instance of the ArgumentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- ArgumentException(String, String) - Constructor for exception System.ArgumentException
-
Initializes a new instance of the ArgumentException class with a specified error message and the name of the parameter that causes this exception.
- ArgumentNullException - Exception in System
-
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
- ArgumentNullException() - Constructor for exception System.ArgumentNullException
-
Initializes a new instance of the ArgumentNullException class.
- ArgumentNullException(String) - Constructor for exception System.ArgumentNullException
-
Initializes a new instance of the ArgumentNullException class with the name of the parameter that causes this exception.
- ArgumentNullException(String, String) - Constructor for exception System.ArgumentNullException
-
Initializes an instance of the ArgumentNullException class with a specified error message and the name of the parameter that causes this exception.
- ArgumentOutOfRangeException - Exception in System
-
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
- ArgumentOutOfRangeException() - Constructor for exception System.ArgumentOutOfRangeException
-
Initializes a new instance of the ArgumentOutOfRangeException class.
- ArgumentOutOfRangeException(String) - Constructor for exception System.ArgumentOutOfRangeException
-
Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception.
- ArgumentOutOfRangeException(String, RuntimeException) - Constructor for exception System.ArgumentOutOfRangeException
-
Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message and the exception that is the cause of this exception.
- ArgumentOutOfRangeException(String, String) - Constructor for exception System.ArgumentOutOfRangeException
-
Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message and the name of the parameter that causes this exception.
- ArgumentOutOfRangeException(String, Object, String) - Constructor for exception System.ArgumentOutOfRangeException
-
Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message, the parameter name, and the value of the argument.
- ArithmeticException - Exception in System
-
The exception that is thrown for errors in an arithmetic, casting, or conversion operation.
- ArithmeticException() - Constructor for exception System.ArithmeticException
-
Initializes a new instance of the ArithmeticException class.
- ArithmeticException(String) - Constructor for exception System.ArithmeticException
-
Initializes a new instance of the ArithmeticException class with a specified error message.
- ArithmeticException(String, Exception) - Constructor for exception System.ArithmeticException
-
Initializes a new instance of the ArithmeticException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- AsyncCallback - Class in System
-
References a method to be called when a corresponding asynchronous operation completes.
- AsyncCallback() - Constructor for class System.AsyncCallback
-
- AsyncState() - Method in interface System.IAsyncResult
-
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
- AudioChannels - Enum in Microsoft.Xna.Framework.Audio
-
Defines the number of channels in the audio data.
- AudioEmitter - Class in Microsoft.Xna.Framework.Audio
-
- AudioEmitter() - Constructor for class Microsoft.Xna.Framework.Audio.AudioEmitter
-
Initializes a new instance of this class.
- AudioListener - Class in Microsoft.Xna.Framework.Audio
-
- AudioListener() - Constructor for class Microsoft.Xna.Framework.Audio.AudioListener
-
Initializes a new instance of this class.
- Azure - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:240 G:255 B:255 A:255.