C# Class XCom.Interfaces.Base.ITile

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

Protected Properties

Property Type Description
id int
image XCImage[]
info IInfo

Public Methods

Method Description
ITile ( int id ) : System
this ( int i ) : XCImage

Gets an image at the specified animation frame

Method Details

ITile() public method

public ITile ( int id ) : System
id int
return System

this() public method

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

Property Details

id protected_oe property

protected int id
return int

image protected_oe property

protected XCImage[] image
return XCImage[]

info protected_oe property

protected IInfo,XCom.Interfaces.Base info
return IInfo