From 079bf7239c57ccd1d9dbfd2675a284b214ea1ba9 Mon Sep 17 00:00:00 2001 From: Alec Iverson Date: Thu, 29 Sep 2016 15:59:24 -0700 Subject: [PATCH] Updated docs --- doc/build/sfmlnet-audio-2.xml | 5 +++++ doc/build/sfmlnet-graphics-2.xml | 37 +++++--------------------------- doc/build/sfmlnet-system-2.xml | 5 +++++ doc/build/sfmlnet-window-2.xml | 37 ++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 32 deletions(-) diff --git a/doc/build/sfmlnet-audio-2.xml b/doc/build/sfmlnet-audio-2.xml index ce960190..5c1deba4 100644 --- a/doc/build/sfmlnet-audio-2.xml +++ b/doc/build/sfmlnet-audio-2.xml @@ -4,6 +4,11 @@ sfmlnet-audio-2 + + + Container class for the CSFML Audio DLL name + + The audio listener is the point in the scene diff --git a/doc/build/sfmlnet-graphics-2.xml b/doc/build/sfmlnet-graphics-2.xml index b394ab3e..22174230 100644 --- a/doc/build/sfmlnet-graphics-2.xml +++ b/doc/build/sfmlnet-graphics-2.xml @@ -343,38 +343,6 @@ Predefined (black) transparent color - - - This class defines - - - - - Default constructor - - - - - Finalizer - - - - - Activate or deactivate the context - - True to activate, false to deactivate - - - - Global helper context - - - - - Provide a string describing the object - - String description of the object - Specialized shape representing a convex polygon @@ -878,6 +846,11 @@ Texture coordinates of the glyph inside the font's texture + + + Container class for the CSFML Graphics DLL name + + Image is the low-level class for loading and diff --git a/doc/build/sfmlnet-system-2.xml b/doc/build/sfmlnet-system-2.xml index 3b6e8ebe..3dd5238f 100644 --- a/doc/build/sfmlnet-system-2.xml +++ b/doc/build/sfmlnet-system-2.xml @@ -31,6 +31,11 @@ Time elapsed since the clock was started. + + + Container class for the CSFML System DLL name + + This class represents a time value diff --git a/doc/build/sfmlnet-window-2.xml b/doc/build/sfmlnet-window-2.xml index c50f3433..fab7ab9e 100644 --- a/doc/build/sfmlnet-window-2.xml +++ b/doc/build/sfmlnet-window-2.xml @@ -4,6 +4,38 @@ sfmlnet-window-2 + + + This class defines a .NET interface to an SFML OpenGL Context + + + + + Default constructor + + + + + Finalizer + + + + + Activate or deactivate the context + + True to activate, false to deactivate + + + + Global helper context + + + + + Provide a string describing the object + + String description of the object + Structure defining the creation settings of OpenGL contexts @@ -73,6 +105,11 @@ The attribute flags to create the context with + + + Container class for the CSFML Window DLL name + + Enumeration of the different types of events