C# Class TiledMapper.ChangeSetScrollBlockers

The class representing placement or deletion of scrollblock marker.
Inheritance: BaseChange
Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Index int
X int
Y int

Méthodes publiques

Méthode Description
ChangeSetScrollBlockers ( int x, int y, int index ) : System

Method Details

ChangeSetScrollBlockers() public méthode

public ChangeSetScrollBlockers ( int x, int y, int index ) : System
x int
y int
index int
Résultat System

Property Details

Index public_oe property

public int Index
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int