Package | Description |
---|---|
Microsoft.Xna.Framework.Audio | |
Microsoft.Xna.Framework.GamerServices | |
Microsoft.Xna.Framework.Graphics | |
Microsoft.Xna.Framework.Storage | |
System |
Modifier and Type | Field and Description |
---|---|
Event<EventArgs> |
DynamicSoundEffectInstance.BufferNeeded
Event that occurs when the number of audio capture buffers awaiting playback is less than or equal to two.
|
Modifier and Type | Class and Description |
---|---|
class |
SignedInEventArgs |
class |
SignedOutEventArgs |
Modifier and Type | Field and Description |
---|---|
static Event<EventArgs> |
GamerServicesDispatcher.InstallingTitleUpdate
Notifies the game when a Games for Windows - LIVE title update is being installed
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceCreatedEventArgs
Contains event data.
|
class |
ResourceDestroyedEventArgs
Contains event data.
|
Modifier and Type | Field and Description |
---|---|
Event<EventArgs> |
RenderTargetCube.ContentLost
Occurs when a resource is lost due to a device being lost.
|
Event<EventArgs> |
RenderTarget2D.ContentLost
Occurs when resources are lost due to a lost device event.
|
Event<EventArgs> |
DynamicVertexBuffer.ContentLost
Occurs when resources are lost due to a lost device event.
|
Event<EventArgs> |
DynamicIndexBuffer.ContentLost
Occurs when resources are lost due to a lost device event.
|
Event<EventArgs> |
GraphicsDevice.DeviceLost |
Event<EventArgs> |
GraphicsDevice.DeviceReset |
Event<EventArgs> |
GraphicsDevice.DeviceResetting |
Event<EventArgs> |
GraphicsResource.Disposing
Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.
|
Event<EventArgs> |
GraphicsDevice.Disposing |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphicsResource.raise_disposing(java.lang.Object sender,
EventArgs e) |
Modifier and Type | Field and Description |
---|---|
static Event<EventArgs> |
StorageDevice.DeviceChanged |
Event<EventArgs> |
StorageContainer.Disposing
Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
Event<T extends EventArgs>
Base class for all events in JavaXNA.
|
Modifier and Type | Field and Description |
---|---|
static EventArgs |
EventArgs.Empty
Represents an event with no event data.
|