C# 클래스 FSO.Files.Formats.IFF.Chunks.PIFFEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
ChunkFlags ushort
ChunkID ushort
ChunkLabel string
Delete bool
NewChunkID ushort
NewDataSize uint
Patches PIFFPatch[]
Type string

공개 메소드들

메소드 설명
Apply ( byte src ) : byte[]

메소드 상세

Apply() 공개 메소드

public Apply ( byte src ) : byte[]
src byte
리턴 byte[]

프로퍼티 상세

ChunkFlags 공개적으로 프로퍼티

public ushort ChunkFlags
리턴 ushort

ChunkID 공개적으로 프로퍼티

public ushort ChunkID
리턴 ushort

ChunkLabel 공개적으로 프로퍼티

public string ChunkLabel
리턴 string

Delete 공개적으로 프로퍼티

public bool Delete
리턴 bool

NewChunkID 공개적으로 프로퍼티

public ushort NewChunkID
리턴 ushort

NewDataSize 공개적으로 프로퍼티

public uint NewDataSize
리턴 uint

Patches 공개적으로 프로퍼티

public PIFFPatch[] Patches
리턴 PIFFPatch[]

Type 공개적으로 프로퍼티

public string Type
리턴 string