Click or drag to resize

ThemeCopyTheme Method

Sets the theme's values to a copy of a given theme.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void CopyTheme(
	Theme other
)

Parameters

other
Type: GodotTheme

[Missing <param name="other"/> documentation for "M:Godot.Theme.CopyTheme(Godot.Theme)"]

See Also