Show / Hide Table of Contents

Class DropTableSaveData

Constructors

DropTableSaveData(DropTable, String, Func<Drop, String>)

Declaration
public DropTableSaveData(DropTable table, string serializedReference, Func<Drop, string> serializeDrop = null)

Fields

description

Declaration
public string description
Field Value
Type Description
System.String

dropSaveData

Declaration
public List<DropSaveData> dropSaveData
Field Value
Type Description
System.Collections.Generic.List<DropSaveData>

percentageCalculation

Declaration
public PercentageCalculation percentageCalculation
Field Value
Type Description
PercentageCalculation

serializedReference

Information to restore table when loading

Declaration
public string serializedReference
Field Value
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾