Click or drag to resize

AtlasTextureSetAtlas Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AtlasTexture.SetAtlas(Godot.Texture)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAtlas is deprecated. Use the Atlas property instead.")]
public void SetAtlas(
	Texture atlas
)

Parameters

atlas
Type: GodotTexture

[Missing <param name="atlas"/> documentation for "M:Godot.AtlasTexture.SetAtlas(Godot.Texture)"]

See Also