Click or drag to resize

TranslationServerAddTranslation Method

Adds a Translation resource.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void AddTranslation(
	Translation translation
)

Parameters

translation
Type: GodotTranslation

[Missing <param name="translation"/> documentation for "M:Godot.TranslationServer.AddTranslation(Godot.Translation)"]

See Also