C# Class VMD.VMDFormat.LightData

Inheritance: MMD.Format
Show file Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
flame_no uint
location Vector3
rgb Color

Public Methods

Method Description
LightData ( BinaryReader bin )

Method Details

LightData() public method

public LightData ( BinaryReader bin )
bin BinaryReader

Property Details

flame_no public property

public uint flame_no
return uint

location public property

public Vector3 location
return Vector3

rgb public property

public Color rgb
return Color