C# Class XCom.Interfaces.Base.ITile

This class provides all the necessary information to draw an animated sprite
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Protected Properties

Свойство Type Description
id int
image XCImage[]
info IInfo

Méthodes publiques

Méthode Description
ITile ( int id ) : System
this ( int i ) : XCImage

Gets an image at the specified animation frame

Method Details

ITile() public méthode

public ITile ( int id ) : System
id int
Résultat System

this() public méthode

Gets an image at the specified animation frame
public this ( int i ) : XCImage
i int
Résultat XCImage

Property Details

id protected_oe property

protected int id
Résultat int

image protected_oe property

protected XCImage[] image
Résultat XCImage[]

info protected_oe property

protected IInfo,XCom.Interfaces.Base info
Résultat IInfo