C# 클래스 TerrainPainter.tp_History.HistoryContainer

파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
detailData ].int[][
message string
splatData float[,,]
undoType UndoType

공개 메소드들

메소드 설명
HistoryContainer ( UndoType type, string msg = default(string) ) : System.Collections.Generic

메소드 상세

HistoryContainer() 공개 메소드

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

프로퍼티 상세

detailData 공개적으로 프로퍼티

public int[][,] detailData
리턴 ].int[][

message 공개적으로 프로퍼티

public string message
리턴 string

splatData 공개적으로 프로퍼티

public float[,,] splatData
리턴 float[,,]

undoType 공개적으로 프로퍼티

public UndoType undoType
리턴 UndoType