godot/modules/mono/glue/cs_files
Paul Joannon 877ea882ce
Add missing methods to Node class in the mono glue
* GetNodeOrNull<T>
* GetChild<T>
* GetChildOrNull<T>
* GetOwner<T>
* GetOwnerOrNull<T>
* GetParent<T>
* GetParentOrNull<T>
2018-07-27 08:50:35 +02:00
..
AABB.cs
Array.cs Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00
Basis.cs Fix bug with Basis.Transposed() 2018-07-19 00:17:45 +01:00
Color.cs [Mono] Fix Color incorrect ordering of int export methods, added 64-bit 2018-07-25 15:34:24 -05:00
DebuggingUtils.cs
Dictionary.cs Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00
ExportAttribute.cs
GD.cs [Mono] Improvements to GD.cs: PascalCasing and real_t 2018-07-21 16:40:46 -05:00
GodotMethodAttribute.cs
GodotSynchronizationContext.cs
GodotTaskScheduler.cs
IAwaitable.cs
IAwaiter.cs
MarshalUtils.cs Add Array and Dictionary wrapper classes to C# 2018-07-20 01:44:30 +02:00
Mathf.cs Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod 2018-07-05 01:05:44 +02:00
MathfEx.cs
NodeExtensions.cs Add missing methods to Node class in the mono glue 2018-07-27 08:50:35 +02:00
Plane.cs mono: Plane, expose Normal, and D 2018-05-17 23:04:20 +08:00
Quat.cs
Rect2.cs
RPCAttributes.cs New sync keywords in GDScript, NativeScript, Mono 2018-05-29 20:26:41 +02:00
SignalAttribute.cs
SignalAwaiter.cs
StringExtensions.cs Fix index out of range error in string.Extension() 2018-05-21 18:48:53 +08:00
ToolAttribute.cs
Transform2D.cs
Transform.cs
Vector2.cs mono: add Slerp method to vector classes, expose Cross method for Vector2, and fix unnecessary casts in Basis 2018-05-22 08:27:49 +08:00
Vector3.cs mono: add Slerp method to vector classes, expose Cross method for Vector2, and fix unnecessary casts in Basis 2018-05-22 08:27:49 +08:00
VERSION.txt Add missing methods to Node class in the mono glue 2018-07-27 08:50:35 +02:00