- W - Variable in class Microsoft.Xna.Framework.Quaternion
-
Specifies the rotation component of the quaternion.
- W - Variable in class Microsoft.Xna.Framework.Vector4
-
Gets or sets the w-component of the vector.
- Wheat - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:245 G:222 B:179 A:255.
- White - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:255 B:255 A:255.
- WhiteSmoke - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:245 G:245 B:245 A:255.
- width - Variable in class Microsoft.Xna.Framework.Graphics.Texture2D
-
- Width() - Method in class Microsoft.Xna.Framework.Graphics.Texture2D
-
Gets the width of this texture resource, in pixels.
- Width() - Method in class Microsoft.Xna.Framework.Graphics.Texture3D
-
- Width - Variable in class Microsoft.Xna.Framework.Graphics.Viewport
-
Gets or sets the width dimension of the viewport on the render-target surface, in pixels.
- Width - Variable in class Microsoft.Xna.Framework.Rectangle
-
Specifies the width of the rectangle.
- WrapAngle(float) - Static method in class Microsoft.Xna.Framework.MathHelper
-
Reduces a given angle to a value between π and -π.
- Write(Color) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Color value to an outgoing network packet.
- Write(Matrix) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Matrix value to an outgoing network packet.
- Write(Quaternion) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Quaternion value to an outgoing network packet.
- Write(Vector2) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Vector2 value to an outgoing network packet.
- Write(Vector3) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Vector3 value to an outgoing network packet.
- Write(Vector4) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Vector4 value to an outgoing network packet.
- Write(double) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Double value to an outgoing network packet.
- Write(float) - Method in class Microsoft.Xna.Framework.Net.PacketWriter
-
Writes a Single value to an outgoing network packet.
- Write(boolean) - Method in class System.IO.BinaryWriter
-
Writes a one-byte Boolean value to the current stream, with 0 representing false and 1 representing true.
- Write(byte) - Method in class System.IO.BinaryWriter
-
Writes a signed byte to the current stream and advances the stream position by one byte.
- Write(byte[]) - Method in class System.IO.BinaryWriter
-
Writes a byte array to the underlying stream.
- Write(short) - Method in class System.IO.BinaryWriter
-
Writes a two-byte signed integer to the current stream and advances the stream position by two bytes.
- Write(int) - Method in class System.IO.BinaryWriter
-
Writes a four-byte signed integer to the current stream and advances the stream position by four bytes.
- Write(long) - Method in class System.IO.BinaryWriter
-
Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes.
- Write(String) - Method in class System.IO.BinaryWriter
-
Writes a length-prefixed string to this stream in the current encoding of the System.IO.BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream.
- Write(byte[], int, int) - Method in class System.IO.FileStream
-
- Write(byte[], int, int) - Method in class System.IO.IsolatedStorage.IsolatedStorageFileStream
-
Writes a block of bytes to the IsolatedStorageFileStream object using data read from a byte array.
- Write(byte[], int, int) - Method in class System.IO.MemoryStream
-
Writes a block of bytes to the current stream using data read from buffer.
- Write(byte[], int, int) - Method in class System.IO.Stream
-
When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
- WriteByte(byte) - Method in class System.IO.IsolatedStorage.IsolatedStorageFileStream
-
Writes a single byte to the IsolatedStorageFileStream object.
- WriteByte(byte) - Method in class System.IO.MemoryStream
-
Writes a byte to the current stream at the current position.
- WriteByte(byte) - Method in class System.IO.Stream
-
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
- WriteTo(Stream) - Method in class System.IO.MemoryStream
-
Writes the entire contents of this memory stream to another stream.
- WriteTo(OutputStream) - Method in class System.IO.MemoryStream
-
Writes the entire contents of this memory stream to a java.io.OutputStream.