Documentation

This commit is contained in:
Simon Lübeß
2023-12-13 14:45:33 +01:00
parent ed756f5847
commit a129156641
17 changed files with 211 additions and 37 deletions
+4
View File
@@ -2,6 +2,10 @@
namespace GlitchyEngine.Editor;
/// <summary>
/// Specifies, that the field should be readonly, so that it cannot be changed in the editor.<br/>
/// Note, that this only affects the editor. Scripts can still change the values.
/// </summary>
public sealed class ReadonlyAttribute : Attribute
{
}