C# Class Reign.Video.Abstraction.SoftwareFCurve

Mostrar archivo 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_oe property

public string DataPath
return string

Index public_oe property

public int Index
return int

KeyFrames public_oe property

public List KeyFrames
return List

Type public_oe property

public FCurveTypes Type
return FCurveTypes