C# 클래스 FilesFinder2.ModInfo.TexturePair

파일 보기 프로젝트 열기: ZeroK-RTS/SpringRTS-Tools

공개 프로퍼티들

프로퍼티 타입 설명
ExplosionName string
TextureName string

공개 메소드들

메소드 설명
TexturePair ( string explosionName, string textureName ) : System

메소드 상세

TexturePair() 공개 메소드

public TexturePair ( string explosionName, string textureName ) : System
explosionName string
textureName string
리턴 System

프로퍼티 상세

ExplosionName 공개적으로 프로퍼티

public string ExplosionName
리턴 string

TextureName 공개적으로 프로퍼티

public string TextureName
리턴 string