Table of Contents

Enum Node.AutoTranslateModeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum Node.AutoTranslateModeEnum : long

Fields

Always = 1

Always automatically translate. This is the inverse of Disabled, and the default for the root node.

Disabled = 2

Never automatically translate. This is the inverse of Always.

String parsing for POT generation will be skipped for this node and children that are set to Inherit.

Inherit = 0

Inherits AutoTranslateMode from the node's parent. This is the default for any newly created node.