C# Class TerrainPainter.tp_History.HistoryContainer

Datei anzeigen Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
detailData ].int[][
message string
splatData float[,,]
undoType UndoType

Public Methods

Method Description
HistoryContainer ( UndoType type, string msg = default(string) ) : System.Collections.Generic

Method Details

HistoryContainer() public method

public HistoryContainer ( UndoType type, string msg = default(string) ) : System.Collections.Generic
type UndoType
msg string
return System.Collections.Generic

Property Details

detailData public_oe property

public int[][,] detailData
return ].int[][

message public_oe property

public string message
return string

splatData public_oe property

public float[,,] splatData
return float[,,]

undoType public_oe property

public UndoType undoType
return UndoType