C# Class VMD.VMDFormat.CameraData

Inheritance: MMD.Format
显示文件 Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
flame_no uint
interpolation byte[]
length float
location Vector3
perspective byte
rotation Vector3
viewing_angle uint

Public Methods

Method Description
CameraData ( BinaryReader bin )
GetInterpolation ( int i, int j ) : byte
SetInterpolation ( byte val, int i, int j ) : void

Method Details

CameraData() public method

public CameraData ( BinaryReader bin )
bin BinaryReader

GetInterpolation() public method

public GetInterpolation ( int i, int j ) : byte
i int
j int
return byte

SetInterpolation() public method

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

Property Details

flame_no public_oe property

public uint flame_no
return uint

interpolation public_oe property

public byte[] interpolation
return byte[]

length public_oe property

public float length
return float

location public_oe property

public Vector3 location
return Vector3

perspective public_oe property

public byte perspective
return byte

rotation public_oe property

public Vector3 rotation
return Vector3

viewing_angle public_oe property

public uint viewing_angle
return uint