Click or drag to resize
GuiChartItemRendererdrawSegment Method

[Missing <summary> documentation for "M:Planetbase.GuiChartItemRenderer.drawSegment(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void drawSegment(
	Vector2 a,
	Vector2 b,
	float size
)

Parameters

a
Type: Vector2

[Missing <param name="a"/> documentation for "M:Planetbase.GuiChartItemRenderer.drawSegment(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)"]

b
Type: Vector2

[Missing <param name="b"/> documentation for "M:Planetbase.GuiChartItemRenderer.drawSegment(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)"]

size
Type: SystemSingle

[Missing <param name="size"/> documentation for "M:Planetbase.GuiChartItemRenderer.drawSegment(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)"]

See Also