C# Class TerrainPainter.tp_History.HistoryContainer

Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
detailData ].int[][
message string
splatData float[,,]
undoType UndoType

Méthodes publiques

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

Method Details

HistoryContainer() public méthode

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

Property Details

detailData public_oe property

public int[][,] detailData
Résultat ].int[][

message public_oe property

public string message
Résultat string

splatData public_oe property

public float[,,] splatData
Résultat float[,,]

undoType public_oe property

public UndoType undoType
Résultat UndoType