C# Class ME3Explorer.FaceFX.ME3FaceFXLine

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
FadeInTime float
FadeOutTime float
ID string
Name int
animations ME3Explorer.FaceFX.ME3NameRef[]
index int
numKeys int[]
points ME3Explorer.FaceFX.ControlPoint[]
unk2 int

Public Methods

Method Description
Clone ( ) : ME3FaceFXLine

Method Details

Clone() public method

public Clone ( ) : ME3FaceFXLine
return ME3FaceFXLine

Property Details

FadeInTime public property

public float FadeInTime
return float

FadeOutTime public property

public float FadeOutTime
return float

ID public property

public string ID
return string

Name public property

public int Name
return int

animations public property

public ME3NameRef[],ME3Explorer.FaceFX animations
return ME3Explorer.FaceFX.ME3NameRef[]

index public property

public int index
return int

numKeys public property

public int[] numKeys
return int[]

points public property

public ControlPoint[],ME3Explorer.FaceFX points
return ME3Explorer.FaceFX.ControlPoint[]

unk2 public property

public int unk2
return int