Browse Source

Component constructor documentation

Jean-David Moisan 6 years ago
parent
commit
ac0e93b948
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/Component.cs

+ 4 - 0
Source/Component.cs

@@ -13,6 +13,10 @@ namespace Apos.Gui {
 
         // Group: Constructors
 
+        /// <summary>
+        /// Creates an empty component that doesn't really do anything.
+        /// You can script this but usually this is better as a base class for other components.
+        /// </summary>
         public Component() { }
 
         // Group: Public Variables