- CadetBlue - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:95 G:158 B:160 A:255.
- CanRead() - Method in class System.IO.FileStream
-
- CanRead() - Method in class System.IO.MemoryStream
-
- CanRead() - Method in class System.IO.Stream
-
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
- CanSeek() - Method in class System.IO.FileStream
-
- CanSeek() - Method in class System.IO.MemoryStream
-
- CanSeek() - Method in class System.IO.Stream
-
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
- CanTimeout() - Method in class System.IO.Stream
-
Gets a value that determines whether the current stream can time out.
- CanWrite() - Method in class System.IO.FileStream
-
- CanWrite() - Method in class System.IO.MemoryStream
-
- CanWrite() - Method in class System.IO.Stream
-
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
- CatmullRom(float, float, float, float, float) - Static method in class Microsoft.Xna.Framework.MathHelper
-
Performs a Catmull-Rom interpolation using the specified positions.
- CatmullRom(Vector2, Vector2, Vector2, Vector2, float) - Static method in class Microsoft.Xna.Framework.Vector2
-
Performs a Catmull-Rom interpolation using the specified positions.
- CatmullRom(Vector2, Vector2, Vector2, Vector2, float, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
-
Performs a Catmull-Rom interpolation using the specified positions.
- CatmullRom(Vector3, Vector3, Vector3, Vector3, float) - Static method in class Microsoft.Xna.Framework.Vector3
-
Performs a Catmull-Rom interpolation using the specified positions.
- CatmullRom(Vector3, Vector3, Vector3, Vector3, float, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Performs a Catmull-Rom interpolation using the specified positions.
- CatmullRom(Vector4, Vector4, Vector4, Vector4, float) - Static method in class Microsoft.Xna.Framework.Vector4
-
Performs a Catmull-Rom interpolation using the specified positions.
- CatmullRom(Vector4, Vector4, Vector4, Vector4, float, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
-
Performs a Catmull-Rom interpolation using the specified positions.
- Center - Variable in class Microsoft.Xna.Framework.BoundingSphere
-
The center point of the sphere.
- Center() - Method in class Microsoft.Xna.Framework.Rectangle
-
Gets the Point that specifies the center of the rectangle.
- ChangeItemKey(TItem, TKey) - Method in class System.Collections.ObjectModel.KeyedCollection
-
Changes the key associated with the specified element in the lookup dictionary.
- Chartreuse - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:127 G:255 B:0 A:255.
- Chocolate - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:210 G:105 B:30 A:255.
- Clamp(float, float, float) - Static method in class Microsoft.Xna.Framework.MathHelper
-
Restricts a value to be within a specified range.
- Clamp(Vector2, Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
-
Restricts a value to be within a specified range.
- Clamp(Vector2, Vector2, Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
-
Restricts a value to be within a specified range.
- Clamp(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Restricts a value to be within a specified range.
- Clamp(Vector3, Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Restricts a value to be within a specified range.
- Clamp(Vector4, Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
-
Restricts a value to be within a specified range.
- Clamp(Vector4, Vector4, Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
-
Restricts a value to be within a specified range.
- Clear(Color) - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- Clear(EnumSet<ClearOptions>, Color, float, int) - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- Clear(EnumSet<ClearOptions>, Vector4, float, int) - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- Clear() - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Removes all TouchLocation objects from the collection.
- Clear() - Method in interface System.Collections.Generic.ICollection
-
- Clear() - Method in class System.Collections.ObjectModel.Collection
-
Removes all elements from the Collection<>.
- ClearItems() - Method in class System.Collections.ObjectModel.Collection
-
Removes all elements from the Collection<>.
- ClearItems() - Method in class System.Collections.ObjectModel.KeyedCollection
-
- ClearOptions - Enum in Microsoft.Xna.Framework.Graphics
-
- Clone() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Creates a clone of the current DualTextureEffect instance.
- Clone() - Method in class Microsoft.Xna.Framework.Graphics.Effect
-
Copies data from an existing object to this object.
- Clone() - Method in class Microsoft.Xna.Framework.Graphics.PresentationParameters
-
- Close() - Method in class System.IO.BinaryReader
-
Closes the current reader and the underlying stream.
- Close() - Method in class System.IO.BinaryWriter
-
Closes the current System.IO.BinaryWriter and the underlying stream.
- Close() - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
Closes a store previously opened with System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type,System.Type), System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForAssembly(), or System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForDomain().
- Close() - Method in class System.IO.Stream
-
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
- Collection<T> - Class in System.Collections.ObjectModel
-
Provides the base class for a generic collection.
- Collection() - Constructor for class System.Collections.ObjectModel.Collection
-
Initializes a new instance of the Collection<> class that is empty.
- Collection(List<T>) - Constructor for class System.Collections.ObjectModel.Collection
-
Initializes a new instance of the Collection<> class as a wrapper for the specified list.
- Color - Class in Microsoft.Xna.Framework
-
Represents a four-component color using red, green, blue, and alpha data.
- Color(Vector3) - Constructor for class Microsoft.Xna.Framework.Color
-
Creates a new instance of the class.
- Color(Vector4) - Constructor for class Microsoft.Xna.Framework.Color
-
Creates a new instance of the class.
- Color(int, int, int) - Constructor for class Microsoft.Xna.Framework.Color
-
Creates a new instance of the class.
- Color(float, float, float) - Constructor for class Microsoft.Xna.Framework.Color
-
Creates a new instance of the class.
- Color(int, int, int, int) - Constructor for class Microsoft.Xna.Framework.Color
-
Creates a new instance of the class.
- Color(float, float, float, float) - Constructor for class Microsoft.Xna.Framework.Color
-
Creates a new instance of the class.
- Color() - Constructor for class Microsoft.Xna.Framework.Color
-
- Color - Variable in class Microsoft.Xna.Framework.Graphics.VertexPositionColor
-
The vertex color.
- Color - Variable in class Microsoft.Xna.Framework.Graphics.VertexPositionColorTexture
-
The vertex color.
- ColorWriteChannels - Enum in Microsoft.Xna.Framework.Graphics
-
Defines the color channels that can be chosen for a per-channel write to a render target color buffer.
- Compare(TimeSpan, TimeSpan) - Static method in class System.TimeSpan
-
Compares two TimeSpan values and returns an integer that indicates their relationship.
- CompareFunction - Enum in Microsoft.Xna.Framework.Graphics
-
Defines comparison functions that can be chosen for alpha, stencil, or depth-buffer tests.
- CompareTo(T) - Method in interface System.IComparable
-
Compares the current object with an object of the same type.
- CompareTo(TimeSpan) - Method in class System.TimeSpan
-
Compares this instance to a specified TimeSpan object and returns an indication of their relative values.
- CompletedSynchronously() - Method in interface System.IAsyncResult
-
Gets an indication of whether the asynchronous operation completed synchronously.
- Concatenate(Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
- Concatenate(Quaternion, Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
- Conjugate() - Method in class Microsoft.Xna.Framework.Quaternion
-
Transforms this Quaternion into its conjugate.
- Conjugate(Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Returns the conjugate of a specified Quaternion.
- Conjugate(Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Returns the conjugate of a specified Quaternion.
- ContainmentType - Enum in Microsoft.Xna.Framework
-
Indicates the extent to which bounding volumes intersect or contain one another.
- Contains(BoundingBox) - Method in class Microsoft.Xna.Framework.BoundingBox
-
Tests whether the BoundingBox contains another BoundingBox.
- Contains(BoundingSphere) - Method in class Microsoft.Xna.Framework.BoundingBox
-
Tests whether the BoundingBox contains a BoundingSphere.
- Contains(Vector3) - Method in class Microsoft.Xna.Framework.BoundingBox
-
Tests whether the BoundingBox contains a point.
- Contains(BoundingBox) - Method in class Microsoft.Xna.Framework.BoundingSphere
-
Checks whether the current BoundingSphere contains the specified BoundingBox.
- Contains(BoundingSphere) - Method in class Microsoft.Xna.Framework.BoundingSphere
-
Checks whether the current BoundingSphere contains the specified BoundingSphere.
- Contains(Vector3) - Method in class Microsoft.Xna.Framework.BoundingSphere
-
Checks whether the current BoundingSphere contains the specified point.
- Contains(BoundingBox, ContainmentType) - Method in class Microsoft.Xna.Framework.BoundingSphere
-
Checks whether the current BoundingSphere contains the specified BoundingBox.
- Contains(BoundingSphere, ContainmentType) - Method in class Microsoft.Xna.Framework.BoundingSphere
-
Checks whether the current BoundingSphere contains the specified BoundingSphere.
- Contains(Vector3, ContainmentType) - Method in class Microsoft.Xna.Framework.BoundingSphere
-
Checks whether the current BoundingSphere contains the specified point.
- Contains(TouchLocation) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Checks if the current touch collection contains the specified touch location.
- Contains(Point) - Method in class Microsoft.Xna.Framework.Rectangle
-
Determines whether this Rectangle contains a specified Point.
- Contains(Rectangle) - Method in class Microsoft.Xna.Framework.Rectangle
-
Determines whether this Rectangle entirely contains a specified Rectangle.
- Contains(Rectangle, boolean) - Method in class Microsoft.Xna.Framework.Rectangle
-
Determines whether this Rectangle entirely contains a specified Rectangle.
- Contains(int, int) - Method in class Microsoft.Xna.Framework.Rectangle
-
Determines whether this Rectangle contains a specified point represented by its x- and y-coordinates.
- Contains(Point, boolean) - Method in class Microsoft.Xna.Framework.Rectangle
-
Determines whether this Rectangle contains a specified Point.
- Contains(T) - Method in interface System.Collections.Generic.ICollection
-
- Contains(TKey) - Method in class System.Collections.ObjectModel.KeyedCollection
-
- Contains(T) - Method in class System.Collections.ObjectModel.ReadOnlyCollection
-
Determines whether an element is in the System.Collections.ObjectModel.ReadOnlyCollection.
- ContentLoadException - Exception in Microsoft.Xna.Framework.Content
-
Exception used to report errors from the ContentManager.Load method.
- ContentLoadException() - Constructor for exception Microsoft.Xna.Framework.Content.ContentLoadException
-
Creates a new instance of ContentLoadException.
- ContentLoadException(String) - Constructor for exception Microsoft.Xna.Framework.Content.ContentLoadException
-
Creates a new instance of ContentLoadException.
- ContentLoadException(String, Exception) - Constructor for exception Microsoft.Xna.Framework.Content.ContentLoadException
-
Creates a new instance of ContentLoadException.
- ContentLost - Variable in class Microsoft.Xna.Framework.Graphics.DynamicIndexBuffer
-
Occurs when resources are lost due to a lost device event.
- ContentLost - Variable in class Microsoft.Xna.Framework.Graphics.DynamicVertexBuffer
-
Occurs when resources are lost due to a lost device event.
- ContentLost - Variable in class Microsoft.Xna.Framework.Graphics.RenderTarget2D
-
Occurs when resources are lost due to a lost device event.
- ContentLost - Variable in class Microsoft.Xna.Framework.Graphics.RenderTargetCube
-
Occurs when a resource is lost due to a device being lost.
- ContentManager - Class in Microsoft.Xna.Framework.Content
-
The ContentManager is the run-time component which loads managed objects from the binary files produced by the design time content pipeline.
- ContentManager(IServiceProvider) - Constructor for class Microsoft.Xna.Framework.Content.ContentManager
-
- ContentManager(IServiceProvider, String) - Constructor for class Microsoft.Xna.Framework.Content.ContentManager
-
- ContentReader - Class in Microsoft.Xna.Framework.Content
-
A worker object that implements most of ContentManager.Load.
- ContentTypeReader<T> - Class in Microsoft.Xna.Framework.Content
-
Worker for reading a specific managed type from a binary format.
- ContentTypeReader() - Constructor for class Microsoft.Xna.Framework.Content.ContentTypeReader
-
Creates a new instance of ContentTypeReader.
- CopyAbsoluteBoneTransformsTo(Matrix[]) - Method in class Microsoft.Xna.Framework.Graphics.Model
-
Copies a transform of each bone in a model relative to all parent bones of the bone into a given array.
- CopyBoneTransformsFrom(Matrix[]) - Method in class Microsoft.Xna.Framework.Graphics.Model
-
Copies an array of transforms into each bone in the model.
- CopyBoneTransformsTo(Matrix[]) - Method in class Microsoft.Xna.Framework.Graphics.Model
-
Copies each bone transform relative only to the parent bone of the model to a given array.
- CopyFile(String, String, boolean) - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
Copies an existing file to a new file, and optionally overwrites an existing file.
- CopyTo(TouchLocation[], int) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Copies the touch location to the collection at the specified index.
- CopyTo(T[], int) - Method in interface System.Collections.Generic.ICollection
-
- CopyTo(T[], int) - Method in class System.Collections.ObjectModel.ReadOnlyCollection
-
Copies the entire System.Collections.ObjectModel.ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array.
- Coral - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:127 B:80 A:255.
- CornerCount - Variable in class Microsoft.Xna.Framework.BoundingBox
-
Specifies the total number of corners (8) in the BoundingBox.
- CornflowerBlue - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:100 G:149 B:237 A:255.
- Cornsilk - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:248 B:220 A:255.
- Count() - Method in class Microsoft.Xna.Framework.Graphics.EffectAnnotationCollection
-
Gets the number of EffectAnnotation objects in this EffectAnnotationCollection.
- Count() - Method in class Microsoft.Xna.Framework.Graphics.EffectParameterCollection
-
Gets the number of EffectParameter objects in this EffectParameterCollection.
- Count() - Method in class Microsoft.Xna.Framework.Graphics.EffectPassCollection
-
Gets the number of objects in the collection.
- Count() - Method in class Microsoft.Xna.Framework.Graphics.EffectTechniqueCollection
-
Gets the number of objects in the collection.
- Count() - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
-
Gets the current number of touch locations for the touch screen.
- Count() - Method in interface System.Collections.Generic.ICollection
-
- Count() - Method in class System.Collections.ObjectModel.Collection
-
Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection.
- Count() - Method in class System.Collections.ObjectModel.ReadOnlyCollection
-
Gets the number of elements contained in the System.Collections.ObjectModel.ReadOnlyCollection instance.
- CreateBillboard(Vector3, Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a spherical billboard that rotates around a specified object position.
- CreateBillboard(Vector3, Vector3, Vector3, Vector3, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a spherical billboard that rotates around a specified object position.
- CreateConstrainedBillboard(Vector3, Vector3, Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a cylindrical billboard that rotates around a specified axis.
- CreateConstrainedBillboard(Vector3, Vector3, Vector3, Vector3, Vector3, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a cylindrical billboard that rotates around a specified axis.
- CreateDirectory(String) - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Creates a new directory in the StorageContainer scope.
- CreateDirectory(String) - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
- CreateFile(String) - Method in class Microsoft.Xna.Framework.Storage.StorageContainer
-
Creates a file at a specified path in the StorageContainer.
- CreateFile(String) - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
- CreateFromAxisAngle(Vector3, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a new Matrix that rotates around an arbitrary vector.
- CreateFromAxisAngle(Vector3, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a new Matrix that rotates around an arbitrary vector.
- CreateFromAxisAngle(Vector3, float) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Creates a Quaternion from a vector and an angle to rotate about the vector.
- CreateFromAxisAngle(Vector3, float, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Creates a Quaternion from a vector and an angle to rotate about the vector.
- CreateFromBoundingBox(BoundingBox) - Static method in class Microsoft.Xna.Framework.BoundingSphere
-
Creates the smallest BoundingSphere that can contain a specified BoundingBox.
- CreateFromBoundingBox(BoundingBox, BoundingSphere) - Static method in class Microsoft.Xna.Framework.BoundingSphere
-
Creates the smallest BoundingSphere that can contain a specified BoundingBox.
- CreateFromQuaternion(Quaternion) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a rotation Matrix from a Quaternion.
- CreateFromQuaternion(Quaternion, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a rotation Matrix from a Quaternion.
- CreateFromRotationMatrix(Matrix) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Creates a Quaternion from a rotation Matrix.
- CreateFromRotationMatrix(Matrix, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Creates a Quaternion from a rotation Matrix.
- CreateFromSphere(BoundingSphere) - Static method in class Microsoft.Xna.Framework.BoundingBox
-
Creates the smallest BoundingBox that will contain the specified BoundingSphere.
- CreateFromSphere(BoundingSphere, BoundingBox) - Static method in class Microsoft.Xna.Framework.BoundingBox
-
Creates the smallest BoundingBox that will contain the specified BoundingSphere.
- CreateFromYawPitchRoll(float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a new rotation matrix from a specified yaw, pitch, and roll.
- CreateFromYawPitchRoll(float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a new rotation matrix from a specified yaw, pitch, and roll.
- CreateFromYawPitchRoll(float, float, float) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Creates a new Quaternion from specified yaw, pitch, and roll angles.
- CreateFromYawPitchRoll(float, float, float, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
-
Creates a new Quaternion from specified yaw, pitch, and roll angles.
- CreateInstance() - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Creates a new SoundEffectInstance for this SoundEffect.
- CreateLookAt(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a view matrix.
- CreateLookAt(Vector3, Vector3, Vector3, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a view matrix.
- CreateMerged(BoundingBox, BoundingBox) - Static method in class Microsoft.Xna.Framework.BoundingBox
-
Creates the smallest BoundingBox that contains the two specified BoundingBox instances.
- CreateMerged(BoundingBox, BoundingBox, BoundingBox) - Static method in class Microsoft.Xna.Framework.BoundingBox
-
Creates the smallest BoundingBox that contains the two specified BoundingBox instances.
- CreateMerged(BoundingSphere, BoundingSphere) - Static method in class Microsoft.Xna.Framework.BoundingSphere
-
Creates a BoundingSphere that contains the two specified BoundingSphere instances.
- CreateMerged(BoundingSphere, BoundingSphere, BoundingSphere) - Static method in class Microsoft.Xna.Framework.BoundingSphere
-
Creates a BoundingSphere that contains the two specified BoundingSphere instances.
- CreateOrthographic(float, float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds an orthogonal projection matrix.
- CreateOrthographic(float, float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds an orthogonal projection matrix.
- CreateOrthographicOffCenter(float, float, float, float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a customized, orthogonal projection matrix.
- CreateOrthographicOffCenter(float, float, float, float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a customized, orthogonal projection matrix.
- CreatePerspective(float, float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a perspective projection matrix and returns the result by value.
- CreatePerspective(float, float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a perspective projection matrix and returns the result by reference.
- CreatePerspectiveFieldOfView(float, float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a perspective projection matrix based on a field of view and returns by value.
- CreatePerspectiveFieldOfView(float, float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a perspective projection matrix based on a field of view and returns by reference.
- CreatePerspectiveOffCenter(float, float, float, float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a customized, perspective projection matrix.
- CreatePerspectiveOffCenter(float, float, float, float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Builds a customized, perspective projection matrix.
- CreateReflection(Plane) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a Matrix that reflects the coordinate system about a specified Plane.
- CreateReflection(Plane, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a Matrix that reflects the coordinate system about a specified Plane.
- CreateRotationX(float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Returns a matrix that can be used to rotate a set of vertices around the x-axis.
- CreateRotationX(float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Populates data into a user-specified matrix that can be used to rotate a set of vertices around the x-axis.
- CreateRotationY(float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Returns a matrix that can be used to rotate a set of vertices around the y-axis.
- CreateRotationY(float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Populates data into a user-specified matrix that can be used to rotate a set of vertices around the y-axis.
- CreateRotationZ(float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Returns a matrix that can be used to rotate a set of vertices around the z-axis.
- CreateRotationZ(float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Populates data into a user-specified matrix that can be used to rotate a set of vertices around the z-axis.
- CreateScale(Vector3) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a scaling Matrix.
- CreateScale(float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a scaling Matrix.
- CreateScale(Vector3, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a scaling Matrix.
- CreateScale(float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a scaling Matrix.
- CreateScale(float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a scaling Matrix.
- CreateScale(float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a scaling Matrix.
- CreateShadow(Vector3, Plane) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a Matrix that flattens geometry into a specified Plane as if casting a shadow from a specified light source.
- CreateShadow(Vector3, Plane, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Fills in a Matrix to flatten geometry into a specified Plane as if casting a shadow from a specified light source.
- CreateTranslation(Vector3) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a translation Matrix.
- CreateTranslation(Vector3, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a translation Matrix.
- CreateTranslation(float, float, float) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a translation Matrix.
- CreateTranslation(float, float, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a translation Matrix.
- CreateWorld(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a world matrix with the specified parameters.
- CreateWorld(Vector3, Vector3, Vector3, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
-
Creates a world matrix with the specified parameters.
- Crimson - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:220 G:20 B:60 A:255.
- Cross(Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Calculates the cross product of two vectors.
- Cross(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
-
Calculates the cross product of two vectors.
- CubeMapFace - Enum in Microsoft.Xna.Framework.Graphics
-
Defines the faces of a cube map in the TextureCube class type.
- CullClockwise - Static variable in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
A built-in state object with settings for culling primitives with clockwise winding order.
- CullCounterClockwise - Static variable in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
A built-in state object with settings for culling primitives with counter-clockwise winding order.
- CullMode - Enum in Microsoft.Xna.Framework.Graphics
-
Defines winding orders that may be used to identify back faces for culling.
- CullNone - Static variable in class Microsoft.Xna.Framework.Graphics.RasterizerState
-
A built-in state object with settings for not culling any primitives.
- CurrentTechnique - Variable in class Microsoft.Xna.Framework.Graphics.Effect
-
Gets or sets the active technique.
- Cyan - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:0 G:255 B:255 A:255.