C# 클래스 VMD.VMDFormat

파일 보기 프로젝트 열기: hecomi/StereoAR-for-Unity

공개 프로퍼티들

프로퍼티 타입 설명
camera_list CameraList
clip_name string
folder string
header Header
light_list LightList
motion_list MotionList
name string
path string
pmd GameObject
self_shadow_list SelfShadowList
skin_list SkinList

공개 메소드들

메소드 설명
EntryPathes ( string path ) : void
VMDFormat ( BinaryReader bin, string path, string clip_name )

메소드 상세

EntryPathes() 공개 메소드

public EntryPathes ( string path ) : void
path string
리턴 void

VMDFormat() 공개 메소드

public VMDFormat ( BinaryReader bin, string path, string clip_name )
bin BinaryReader
path string
clip_name string

프로퍼티 상세

camera_list 공개적으로 프로퍼티

public CameraList camera_list
리턴 CameraList

clip_name 공개적으로 프로퍼티

public string clip_name
리턴 string

folder 공개적으로 프로퍼티

public string folder
리턴 string

header 공개적으로 프로퍼티

public Header header
리턴 Header

light_list 공개적으로 프로퍼티

public LightList light_list
리턴 LightList

motion_list 공개적으로 프로퍼티

public MotionList motion_list
리턴 MotionList

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

pmd 공개적으로 프로퍼티

public GameObject pmd
리턴 GameObject

self_shadow_list 공개적으로 프로퍼티

public SelfShadowList self_shadow_list
리턴 SelfShadowList

skin_list 공개적으로 프로퍼티

public SkinList skin_list
리턴 SkinList