- PacketReader - Class in Microsoft.Xna.Framework.Net
-
Provides common functionality for efficiently reading incoming network packets.
- PacketReader() - Constructor for class Microsoft.Xna.Framework.Net.PacketReader
-
Initializes an empty instance of PacketReader.
- PacketReader(int) - Constructor for class Microsoft.Xna.Framework.Net.PacketReader
-
Initializes an empty instance of PacketReader with the specified options.
- PacketWriter - Class in Microsoft.Xna.Framework.Net
-
Provides common functionality for efficiently formatting outgoing network packets.
- PacketWriter() - Constructor for class Microsoft.Xna.Framework.Net.PacketWriter
-
Initializes an empty instance of PacketWriter.
- PacketWriter(int) - Constructor for class Microsoft.Xna.Framework.Net.PacketWriter
-
Initializes a new instance of PacketWriter with the specified capacity.
- PackSigned(int, float) - Static method in class Microsoft.Xna.Framework.Graphics.PackedVector.PackUtils
-
- PackSNorm(int, float) - Static method in class Microsoft.Xna.Framework.Graphics.PackedVector.PackUtils
-
- PackUNorm(float, float) - Static method in class Microsoft.Xna.Framework.Graphics.PackedVector.PackUtils
-
- PackUnsigned(float, float) - Static method in class Microsoft.Xna.Framework.Graphics.PackedVector.PackUtils
-
- PackUtils - Class in Microsoft.Xna.Framework.Graphics.PackedVector
-
- PackUtils() - Constructor for class Microsoft.Xna.Framework.Graphics.PackedVector.PackUtils
-
- PaleGoldenrod - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:238 G:232 B:170 A:255.
- PaleGreen - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:152 G:251 B:152 A:255.
- PaleTurquoise - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:175 G:238 B:238 A:255.
- PaleVioletRed - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:219 G:112 B:147 A:255.
- PapayaWhip - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:239 B:213 A:255.
- Parse(String) - Static method in class System.TimeSpan
-
Constructs a new TimeSpan object from a time interval specified in a string.
- PathTooLongException - Exception in System.IO
-
- PathTooLongException() - Constructor for exception System.IO.PathTooLongException
-
- Pause() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Pauses a SoundEffectInstance.
- PeachPuff - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:218 B:185 A:255.
- PermissionSet - Class in System.Security
-
Represents a collection that can contain many different types of permissions.
- PermissionSet() - Constructor for class System.Security.PermissionSet
-
- Peru - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:205 G:133 B:63 A:255.
- Pi - Static variable in class Microsoft.Xna.Framework.MathHelper
-
Represents the value of pi.
- Pink - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:192 B:203 A:255.
- PiOver2 - Static variable in class Microsoft.Xna.Framework.MathHelper
-
Represents the value of pi divided by two.
- PiOver4 - Static variable in class Microsoft.Xna.Framework.MathHelper
-
Represents the value of pi divided by four.
- Plane - Class in Microsoft.Xna.Framework
-
Defines a plane.
- Plane(float, float, float, float) - Constructor for class Microsoft.Xna.Framework.Plane
-
Creates a new instance of Plane.
- Plane(Vector3, float) - Constructor for class Microsoft.Xna.Framework.Plane
-
Creates a new instance of Plane.
- Plane(Vector4) - Constructor for class Microsoft.Xna.Framework.Plane
-
Creates a new instance of Plane.
- Plane(Vector3, Vector3, Vector3) - Constructor for class Microsoft.Xna.Framework.Plane
-
Creates a new instance of Plane.
- Plane() - Constructor for class Microsoft.Xna.Framework.Plane
-
Creates a new instance of Plane.
- PlaneIntersectionType - Enum in Microsoft.Xna.Framework
-
Describes the intersection between a plane and a bounding volume.
- Play() - Method in class Microsoft.Xna.Framework.Audio.DynamicSoundEffectInstance
-
Begins or resumes audio playback.
- Play() - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Plays a sound.
- Play(float, float, float) - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
-
Plays a sound based on specified volume, pitch, and panning.
- Play() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
-
Plays or resumes a SoundEffectInstance.
- PlayerIndex - Enum in Microsoft.Xna.Framework
-
Specifies the game controller associated with a player.
- Plum - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:221 G:160 B:221 A:255.
- Point - Class in Microsoft.Xna.Framework
-
Defines a point in 2D space.
- Point() - Constructor for class Microsoft.Xna.Framework.Point
-
Initializes a new instance of Point.
- Point(int, int) - Constructor for class Microsoft.Xna.Framework.Point
-
Initializes a new instance of Point.
- PointClamp - Static variable in class Microsoft.Xna.Framework.Graphics.SamplerState
-
- PointWrap - Static variable in class Microsoft.Xna.Framework.Graphics.SamplerState
-
- Position - Variable in class Microsoft.Xna.Framework.Graphics.VertexPositionColor
-
XYZ position.
- Position - Variable in class Microsoft.Xna.Framework.Graphics.VertexPositionColorTexture
-
XYZ position.
- Position - Variable in class Microsoft.Xna.Framework.Graphics.VertexPositionNormalTexture
-
XYZ position.
- Position - Variable in class Microsoft.Xna.Framework.Input.Touch.GestureSample
-
Holds the current position of the first touchpoint in this gesture sample.
- Position - Variable in class Microsoft.Xna.Framework.Input.Touch.TouchLocation
-
Gets the position of the touch location.
- Position - Variable in class Microsoft.Xna.Framework.Ray
-
Specifies the starting point of the Ray.
- Position2 - Variable in class Microsoft.Xna.Framework.Input.Touch.GestureSample
-
Holds the current position of the the second touchpoint in this gesture sample.
- PowderBlue - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:176 G:224 B:230 A:255.
- Present() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsDevice
-
- PresentationInterval - Variable in class Microsoft.Xna.Framework.Graphics.PresentationParameters
-
- PresentationParameters - Class in Microsoft.Xna.Framework.Graphics
-
- PresentationParameters() - Constructor for class Microsoft.Xna.Framework.Graphics.PresentationParameters
-
- PresentInterval - Enum in Microsoft.Xna.Framework.Graphics
-
Defines flags that describe the relationship between the adapter refresh rate and the rate at which Present operations are completed.
- PrimitiveType - Enum in Microsoft.Xna.Framework.Graphics
-
Defines how vertex data is ordered.
- Project(Vector3, Matrix, Matrix, Matrix) - Method in class Microsoft.Xna.Framework.Graphics.Viewport
-
Projects a 3D vector from object space into screen space.
- Purple - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:128 G:0 B:128 A:255.