TileSetAutotileSetSubtilePriority Method |
Sets 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 void AutotileSetSubtilePriority( int id, Vector2 coord, int priority )
[Missing <param name="id"/> documentation for "M:Godot.TileSet.AutotileSetSubtilePriority(System.Int32,Godot.Vector2,System.Int32)"]
[Missing <param name="coord"/> documentation for "M:Godot.TileSet.AutotileSetSubtilePriority(System.Int32,Godot.Vector2,System.Int32)"]
[Missing <param name="priority"/> documentation for "M:Godot.TileSet.AutotileSetSubtilePriority(System.Int32,Godot.Vector2,System.Int32)"]