C# 클래스 XCom.Interfaces.Base.ITile

This class provides all the necessary information to draw an animated sprite
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
id int
image XCImage[]
info IInfo

공개 메소드들

메소드 설명
ITile ( int id ) : System
this ( int i ) : XCImage

Gets an image at the specified animation frame

메소드 상세

ITile() 공개 메소드

public ITile ( int id ) : System
id int
리턴 System

this() 공개 메소드

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

프로퍼티 상세

id 보호되어 있는 프로퍼티

protected int id
리턴 int

image 보호되어 있는 프로퍼티

protected XCImage[] image
리턴 XCImage[]

info 보호되어 있는 프로퍼티

protected IInfo,XCom.Interfaces.Base info
리턴 IInfo