C# Class Reign.Video.Abstraction.SoftwareFCurve

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
DataPath string
Index int
KeyFrames List
Type FCurveTypes

Public Methods

Method Description
SoftwareFCurve ( RMX_ActionFCurve fcurve ) : System

Method Details

SoftwareFCurve() public method

public SoftwareFCurve ( RMX_ActionFCurve fcurve ) : System
fcurve RMX_ActionFCurve
return System

Property Details

DataPath public property

public string DataPath
return string

Index public property

public int Index
return int

KeyFrames public property

public List KeyFrames
return List

Type public property

public FCurveTypes Type
return FCurveTypes