diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-18 11:25:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 11:25:05 +0200 |
commit | e9288ed0fbc09bfff3f06a6c689437f86cafe944 (patch) | |
tree | f84502e45edd44bc960d18e8e93efb2c62ac69f3 /doc | |
parent | e54031cf1aa36022241fecca58258611f3319ef6 (diff) | |
parent | 24a8d432720d57c1cd9bcb89516ea354ea4d459e (diff) |
Merge pull request #39589 from Calinou/doc-csharp-classes
Document Mono-specific classes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Texture.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="Texture" inherits="Resource" version="4.0"> <brief_description> + The global C# namespace (Mono-enabled builds only). </brief_description> <description> + 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]. </description> <tutorials> + <link>https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/index.html</link> </tutorials> <methods> </methods> |