Click or drag to resize

TileSet_ForwardAtlasSubtileSelection Method

[Missing <summary> documentation for "M:Godot.TileSet._ForwardAtlasSubtileSelection(System.Int32,Godot.Object,Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual Vector2 _ForwardAtlasSubtileSelection(
	int atlastileId,
	Object tilemap,
	Vector2 tileLocation
)

Parameters

atlastileId
Type: SystemInt32

[Missing <param name="atlastileId"/> documentation for "M:Godot.TileSet._ForwardAtlasSubtileSelection(System.Int32,Godot.Object,Godot.Vector2)"]

tilemap
Type: GodotObject

[Missing <param name="tilemap"/> documentation for "M:Godot.TileSet._ForwardAtlasSubtileSelection(System.Int32,Godot.Object,Godot.Vector2)"]

tileLocation
Type: GodotVector2

[Missing <param name="tileLocation"/> documentation for "M:Godot.TileSet._ForwardAtlasSubtileSelection(System.Int32,Godot.Object,Godot.Vector2)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.TileSet._ForwardAtlasSubtileSelection(System.Int32,Godot.Object,Godot.Vector2)"]

See Also