From 24a8d432720d57c1cd9bcb89516ea354ea4d459e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 16 Jun 2020 11:12:57 +0200 Subject: Document Mono-specific classes This fully documents all Mono-specific classes. --- doc/classes/Texture.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index e19d611ea9..41eb6c177b 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -1,10 +1,14 @@ + The global C# namespace (Mono-enabled builds only). + This class represents the global C# namespace. It is the C# equivalent of [@GDScript] and is only available in Mono-enabled builds. + See also [CSharpScript] and [GodotSharp]. + https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/index.html -- cgit v1.2.3