Class UndoRedo.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class UndoRedo.MethodName : GodotObject.MethodName
- Inheritance
-
UndoRedo.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
AddDoMethod
Cached name for the 'add_do_method' method.
public static readonly StringName AddDoMethod
Field Value
AddDoProperty
Cached name for the 'add_do_property' method.
public static readonly StringName AddDoProperty
Field Value
AddDoReference
Cached name for the 'add_do_reference' method.
public static readonly StringName AddDoReference
Field Value
AddUndoMethod
Cached name for the 'add_undo_method' method.
public static readonly StringName AddUndoMethod
Field Value
AddUndoProperty
Cached name for the 'add_undo_property' method.
public static readonly StringName AddUndoProperty
Field Value
AddUndoReference
Cached name for the 'add_undo_reference' method.
public static readonly StringName AddUndoReference
Field Value
ClearHistory
Cached name for the 'clear_history' method.
public static readonly StringName ClearHistory
Field Value
CommitAction
Cached name for the 'commit_action' method.
public static readonly StringName CommitAction
Field Value
CreateAction
Cached name for the 'create_action' method.
public static readonly StringName CreateAction
Field Value
EndForceKeepInMergeEnds
Cached name for the 'end_force_keep_in_merge_ends' method.
public static readonly StringName EndForceKeepInMergeEnds
Field Value
GetActionName
Cached name for the 'get_action_name' method.
public static readonly StringName GetActionName
Field Value
GetCurrentAction
Cached name for the 'get_current_action' method.
public static readonly StringName GetCurrentAction
Field Value
GetCurrentActionName
Cached name for the 'get_current_action_name' method.
public static readonly StringName GetCurrentActionName
Field Value
GetHistoryCount
Cached name for the 'get_history_count' method.
public static readonly StringName GetHistoryCount
Field Value
GetVersion
Cached name for the 'get_version' method.
public static readonly StringName GetVersion
Field Value
HasRedo
Cached name for the 'has_redo' method.
public static readonly StringName HasRedo
Field Value
HasUndo
Cached name for the 'has_undo' method.
public static readonly StringName HasUndo
Field Value
IsCommittingAction
Cached name for the 'is_committing_action' method.
public static readonly StringName IsCommittingAction
Field Value
Redo
Cached name for the 'redo' method.
public static readonly StringName Redo
Field Value
StartForceKeepInMergeEnds
Cached name for the 'start_force_keep_in_merge_ends' method.
public static readonly StringName StartForceKeepInMergeEnds
Field Value
Undo
Cached name for the 'undo' method.
public static readonly StringName Undo