Click or drag to resize

AStar2DGetPointWeightScale Method

Returns the weight scale of the point associated with the given id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetPointWeightScale(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.AStar2D.GetPointWeightScale(System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AStar2D.GetPointWeightScale(System.Int32)"]

See Also