C# Class ME3Explorer.Matinee.InterpCurvePointFloat

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
ArriveTangent float
InVal float
InterpMode byteprop
LeaveTangent float
OutVal float

Public Methods

Method Description
ToTree ( int index, ME3Package pcc ) : TreeNode

Method Details

ToTree() public method

public ToTree ( int index, ME3Package pcc ) : TreeNode
index int
pcc ME3Package
return System.Windows.Forms.TreeNode

Property Details

ArriveTangent public property

public float ArriveTangent
return float

InVal public property

public float InVal
return float

InterpMode public property

public byteprop,ME3Explorer.Matinee InterpMode
return byteprop

LeaveTangent public property

public float LeaveTangent
return float

OutVal public property

public float OutVal
return float