C# 클래스 PMD.PMDFormat.Header

상속: MMD.Format
파일 보기 프로젝트 열기: hecomi/StereoAR-for-Unity

공개 프로퍼티들

프로퍼티 타입 설명
comment string
magic byte[]
model_name string
version float

공개 메소드들

메소드 설명
Header ( BinaryReader bin )

메소드 상세

Header() 공개 메소드

public Header ( BinaryReader bin )
bin BinaryReader

프로퍼티 상세

comment 공개적으로 프로퍼티

public string comment
리턴 string

magic 공개적으로 프로퍼티

public byte[] magic
리턴 byte[]

model_name 공개적으로 프로퍼티

public string model_name
리턴 string

version 공개적으로 프로퍼티

public float version
리턴 float