Skip to content

MarkShapeBatch

ClassChartGuruChartGuru
public sealed class MarkShapeBatch

Result of ChartGuru.ChartMarkProjector.Project(ChartGuru.Chart%2cChartGuru.ChartType%2cChartGuru.ChartLayoutEngine%2cUnityEngine.Rect%2cChartGuru.IMarkColorResolver%2cChartGuru.MarkShapeBatch%2cChartGuru.ChartMarkProjector.Scratch): a complete description of one chart-type’s marks in screen space, decoupled from the per-type renderer. Used by ChartGuru.ChartMorphRenderer to interpolate between source and target during a Semantic morph.

public ChartType Type

No description is available for this member.

Returns

ChartGuru.ChartType — No return description is available.

public Rect PlotArea

No description is available for this member.

Returns

UnityEngine.Rect — No return description is available.

public List<MarkShape> Marks

No description is available for this member.

Returns

System.Collections.Generic.List{ChartGuru.MarkShape} — No return description is available.

public List<PolylineTopology> Polylines

No description is available for this member.

Returns

System.Collections.Generic.List{ChartGuru.PolylineTopology} — No return description is available.

public Vector2 RadialCenter

No description is available for this member.

Returns

UnityEngine.Vector2 — No return description is available.

public float RadialOuterRadius

No description is available for this member.

Returns

System.Single — No return description is available.

public static readonly MarkShapeBatch Empty

No description is available for this member.

Returns

ChartGuru.MarkShapeBatch — No return description is available.

public void Clear()

No description is available for this member.