public override Dictionary <string, Func <string> > GetCurrentData() { return(new Dictionary <string, Func <string> > { { "GapFactor", () => GapFactor.ToString() }, { "SideLength", () => SideLength.ToString() }, { "CubeSize", () => CubeSize.ToString() } }); }
public override Dictionary <string, Func <string> > GetCurrentData() { return(new Dictionary <string, Func <string> > { { "CubeInteractRadius", () => CubeInteractionRadius.ToString() }, { "GapFactor", () => GapFactor.ToString() }, { "SideLength", () => SideLength.ToString() }, { "Color", () => Color.r + " " + Color.g + " " + Color.b }, { "CubeSize", () => CubeSize.ToString() } }); }
public override Dictionary <string, Func <string> > GetCurrentData() { return(new Dictionary <string, Func <string> > { { "GapFactor", () => GapFactor.ToString() }, { "SideLength", () => SideLength.ToString() }, { "PositiveColor", () => PositiveColor.r + " " + PositiveColor.g + " " + PositiveColor.b }, { "NegativeColor", () => NegativeColor.r + " " + NegativeColor.g + " " + NegativeColor.b }, { "CubeSize", () => CubeSize.ToString() } }); }
public override Dictionary <string, Func <string> > GetCurrentData() { return(new Dictionary <string, Func <string> > { { "CubeInteractRadius", () => CubeInteractionRadius.ToString() }, { "GapFactor", () => GapFactor.ToString() }, { "SideLength", () => SideLength.ToString() }, { "Color", () => Color.r + " " + Color.g + " " + Color.b }, { "CubeSize", () => CubeSize.ToString() }, { "DistanceToTravel", () => AvoidParams.DistanceToTravel.ToString() }, { "DistanceVariation", () => AvoidParams.DistanceVariation.ToString() }, { "Speed", () => AvoidParams.Speed.ToString() }, { "SpeedVariation", () => AvoidParams.SpeedVariation.ToString() } }); }