Click or drag to resize

TileSetTileSetOccluderOffset Method

Sets an offset for the tile's light occluder.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TileSetOccluderOffset(
	int id,
	Vector2 occluderOffset
)

Parameters

id
Type: SystemInt32

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

occluderOffset
Type: GodotVector2

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

See Also