C# 클래스 ME3Explorer.Unreal.Classes.Texture2D

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

공개 프로퍼티들

프로퍼티 타입 설명
pccOffset uint
properties PropertyReader.Property>.Dictionary

공개 메소드들

메소드 설명
OneImageToRuleThemAll ( string imageFileName, string archiveDir, string &newTextureGroup ) : void
Texture2D ( ME3Package pccObj, int texIdx ) : System
ToArray ( int pccExportDataOffset ) : byte[]
addBiggerImage ( string imagePathToAdd, string archiveDir ) : void
extractImage ( ImageInfo imgInfo, string archiveDir = null, string fileName = null ) : void
extractImage ( string strImgSize, string archiveDir = null, string fileName = null ) : void
extractMaxImage ( string archiveDir = null, string fileName = null ) : void
getFileFormat ( ) : string
getPropertyList ( ) : List
removeImage ( ) : void
replaceImage ( string strImgSize, string fileToReplace, string archiveDir ) : void

메소드 상세

OneImageToRuleThemAll() 공개 메소드

public OneImageToRuleThemAll ( string imageFileName, string archiveDir, string &newTextureGroup ) : void
imageFileName string
archiveDir string
newTextureGroup string
리턴 void

Texture2D() 공개 메소드

public Texture2D ( ME3Package pccObj, int texIdx ) : System
pccObj ME3Package
texIdx int
리턴 System

ToArray() 공개 메소드

public ToArray ( int pccExportDataOffset ) : byte[]
pccExportDataOffset int
리턴 byte[]

addBiggerImage() 공개 메소드

public addBiggerImage ( string imagePathToAdd, string archiveDir ) : void
imagePathToAdd string
archiveDir string
리턴 void

extractImage() 공개 메소드

public extractImage ( ImageInfo imgInfo, string archiveDir = null, string fileName = null ) : void
imgInfo ImageInfo
archiveDir string
fileName string
리턴 void

extractImage() 공개 메소드

public extractImage ( string strImgSize, string archiveDir = null, string fileName = null ) : void
strImgSize string
archiveDir string
fileName string
리턴 void

extractMaxImage() 공개 메소드

public extractMaxImage ( string archiveDir = null, string fileName = null ) : void
archiveDir string
fileName string
리턴 void

getFileFormat() 공개 메소드

public getFileFormat ( ) : string
리턴 string

getPropertyList() 공개 메소드

public getPropertyList ( ) : List
리턴 List

removeImage() 공개 메소드

public removeImage ( ) : void
리턴 void

replaceImage() 공개 메소드

public replaceImage ( string strImgSize, string fileToReplace, string archiveDir ) : void
strImgSize string
fileToReplace string
archiveDir string
리턴 void

프로퍼티 상세

pccOffset 공개적으로 프로퍼티

public uint pccOffset
리턴 uint

properties 공개적으로 프로퍼티

public Dictionary properties
리턴 PropertyReader.Property>.Dictionary