C# 클래스 VMD.VMDFormat.CameraData

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

공개 프로퍼티들

프로퍼티 타입 설명
flame_no uint
interpolation byte[]
length float
location Vector3
perspective byte
rotation Vector3
viewing_angle uint

공개 메소드들

메소드 설명
CameraData ( BinaryReader bin )
GetInterpolation ( int i, int j ) : byte
SetInterpolation ( byte val, int i, int j ) : void

메소드 상세

CameraData() 공개 메소드

public CameraData ( BinaryReader bin )
bin BinaryReader

GetInterpolation() 공개 메소드

public GetInterpolation ( int i, int j ) : byte
i int
j int
리턴 byte

SetInterpolation() 공개 메소드

public SetInterpolation ( byte val, int i, int j ) : void
val byte
i int
j int
리턴 void

프로퍼티 상세

flame_no 공개적으로 프로퍼티

public uint flame_no
리턴 uint

interpolation 공개적으로 프로퍼티

public byte[] interpolation
리턴 byte[]

length 공개적으로 프로퍼티

public float length
리턴 float

location 공개적으로 프로퍼티

public Vector3 location
리턴 Vector3

perspective 공개적으로 프로퍼티

public byte perspective
리턴 byte

rotation 공개적으로 프로퍼티

public Vector3 rotation
리턴 Vector3

viewing_angle 공개적으로 프로퍼티

public uint viewing_angle
리턴 uint