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

Labels for BHAV local variables and parameters.
상속: IffChunk
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LocalNames string[]
ParamNames string[]

공개 메소드들

메소드 설명
Read ( IffFile iff, System stream ) : void

Reads a TPRP from a stream.

메소드 상세

Read() 공개 메소드

Reads a TPRP from a stream.
public Read ( IffFile iff, System stream ) : void
iff IffFile Iff instance.
stream System A Stream instance holding a TPRP chunk.
리턴 void

프로퍼티 상세

LocalNames 공개적으로 프로퍼티

public string[] LocalNames
리턴 string[]

ParamNames 공개적으로 프로퍼티

public string[] ParamNames
리턴 string[]