Click or drag to resize

TileSetFindTileByName Method

Returns the first tile matching the given name.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int FindTileByName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.TileSet.FindTileByName(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.TileSet.FindTileByName(System.String)"]

See Also