TileSetAutotileGetSubtilePriority Method |
Returns the priority of the subtile from an autotile given its coordinates.
When more than one subtile has the same bitmask value, one of them will be picked randomly for drawing. Its priority will define how often it will be picked.
Namespace: Godot
public int AutotileGetSubtilePriority( int id, Vector2 coord )
[Missing <param name="id"/> documentation for "M:Godot.TileSet.AutotileGetSubtilePriority(System.Int32,Godot.Vector2)"]
[Missing <param name="coord"/> documentation for "M:Godot.TileSet.AutotileGetSubtilePriority(System.Int32,Godot.Vector2)"]
[Missing <returns> documentation for "M:Godot.TileSet.AutotileGetSubtilePriority(System.Int32,Godot.Vector2)"]