Click or drag to resize

EngineGetAuthorInfo Method

Returns engine author information in a Dictionary.

lead_developers - Array of Strings, lead developer names

founders - Array of Strings, founder names

project_managers - Array of Strings, project manager names

developers - Array of Strings, developer names

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Dictionary GetAuthorInfo()

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.Engine.GetAuthorInfo"]

See Also