C# Class fCraft.Drawing.UndoState

Object used to store
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Свойство Type Description
Buffer List
IsTooLargeToUndo bool
Op DrawOperation
SyncRoot object

Méthodes publiques

Méthode Description
Add ( Vector3I coord, Block block ) : bool
Get ( int index ) : UndoBlock
GetBounds ( ) : BoundingBox
UndoState ( DrawOperation op ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( Vector3I coord, Block block ) : bool
coord Vector3I
block Block
Résultat bool

Get() public méthode

public Get ( int index ) : UndoBlock
index int
Résultat UndoBlock

GetBounds() public méthode

public GetBounds ( ) : BoundingBox
Résultat BoundingBox

UndoState() public méthode

public UndoState ( DrawOperation op ) : System.Collections.Generic
op DrawOperation
Résultat System.Collections.Generic

Property Details

Buffer public_oe property

public List Buffer
Résultat List

IsTooLargeToUndo public_oe property

public bool IsTooLargeToUndo
Résultat bool

Op public_oe property

public DrawOperation,fCraft.Drawing Op
Résultat DrawOperation

SyncRoot public_oe property

public object SyncRoot
Résultat object