Click or drag to resize

GridMapSetCellSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GridMap.SetCellSize(Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCellSize is deprecated. Use the CellSize property instead.")]
public void SetCellSize(
	Vector3 size
)

Parameters

size
Type: GodotVector3

[Missing <param name="size"/> documentation for "M:Godot.GridMap.SetCellSize(Godot.Vector3)"]

See Also