Click or drag to resize

GridMapSetClip Method

[Missing <summary> documentation for "M:Godot.GridMap.SetClip(System.Boolean,System.Boolean,System.Int32,Godot.Vector3.Axis)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetClip(
	bool enabled,
	bool clipabove = true,
	int floor = 0,
	Vector3Axis axis = Vector3Axis.X
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.GridMap.SetClip(System.Boolean,System.Boolean,System.Int32,Godot.Vector3.Axis)"]

clipabove (Optional)
Type: SystemBoolean

[Missing <param name="clipabove"/> documentation for "M:Godot.GridMap.SetClip(System.Boolean,System.Boolean,System.Int32,Godot.Vector3.Axis)"]

floor (Optional)
Type: SystemInt32

[Missing <param name="floor"/> documentation for "M:Godot.GridMap.SetClip(System.Boolean,System.Boolean,System.Int32,Godot.Vector3.Axis)"]

axis (Optional)
Type: GodotVector3Axis

[Missing <param name="axis"/> documentation for "M:Godot.GridMap.SetClip(System.Boolean,System.Boolean,System.Int32,Godot.Vector3.Axis)"]

See Also