C# 클래스 Terraria.ModLoader.Default.MysteryTileInfo

파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frameImportant bool
frameX short
frameY short
modName string
name string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
MysteryTileInfo ( string modName, string name ) : System.Collections.Generic
MysteryTileInfo ( string modName, string name, short frameX, short frameY ) : System.Collections.Generic
Save ( ) : TagCompound

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MysteryTileInfo() 공개 메소드

public MysteryTileInfo ( string modName, string name ) : System.Collections.Generic
modName string
name string
리턴 System.Collections.Generic

MysteryTileInfo() 공개 메소드

public MysteryTileInfo ( string modName, string name, short frameX, short frameY ) : System.Collections.Generic
modName string
name string
frameX short
frameY short
리턴 System.Collections.Generic

Save() 공개 메소드

public Save ( ) : TagCompound
리턴 TagCompound

프로퍼티 상세

frameImportant 공개적으로 프로퍼티

public bool frameImportant
리턴 bool

frameX 공개적으로 프로퍼티

public short frameX
리턴 short

frameY 공개적으로 프로퍼티

public short frameY
리턴 short

modName 공개적으로 프로퍼티

public string modName
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string