MarkShapeBatch
public sealed class MarkShapeBatchResult 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.
Fields
Section titled “Fields”
public ChartType TypeNo description is available for this member.
Returns
ChartGuru.ChartType — No return description is available.
PlotArea
Section titled “PlotArea”public Rect PlotAreaNo description is available for this member.
Returns
UnityEngine.Rect — No return description is available.
public List<MarkShape> MarksNo description is available for this member.
Returns
System.Collections.Generic.List{ChartGuru.MarkShape} — No return description is available.
Polylines
Section titled “Polylines”public List<PolylineTopology> PolylinesNo description is available for this member.
Returns
System.Collections.Generic.List{ChartGuru.PolylineTopology} — No return description is available.
RadialCenter
Section titled “RadialCenter”public Vector2 RadialCenterNo description is available for this member.
Returns
UnityEngine.Vector2 — No return description is available.
RadialOuterRadius
Section titled “RadialOuterRadius”public float RadialOuterRadiusNo description is available for this member.
Returns
System.Single — No return description is available.
public static readonly MarkShapeBatch EmptyNo description is available for this member.
Returns
ChartGuru.MarkShapeBatch — No return description is available.
Methods
Section titled “Methods”
Clear()
Section titled “Clear()”public void Clear()No description is available for this member.