2017-10-02 23:24:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="CSharpScript" inherits="Script" category="Core" version="3.2">
|
2017-10-02 23:24:00 +02:00
|
|
|
<brief_description>
|
2020-06-16 11:12:57 +02:00
|
|
|
A script implemented in the C# programming language (Mono-enabled builds only).
|
2017-10-02 23:24:00 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2020-06-16 11:12:57 +02:00
|
|
|
This class represents a C# script. It is the C# equivalent of the [GDScript] class and is only available in Mono-enabled Godot builds.
|
|
|
|
See also [GodotSharp].
|
2017-10-02 23:24:00 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
2020-06-16 11:12:57 +02:00
|
|
|
<link>https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/index.html</link>
|
2017-10-02 23:24:00 +02:00
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="new" qualifiers="vararg">
|
|
|
|
<return type="Object">
|
|
|
|
</return>
|
|
|
|
<description>
|
2020-06-16 11:12:57 +02:00
|
|
|
Returns a new instance of the script.
|
2017-10-02 23:24:00 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|