C# Class Reign.Video.Abstraction.FCurve

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
FCurve ( BinaryReader reader ) : System
GetKeyFrames ( float frame, KeyFrame &start, KeyFrame &end ) : void
Write ( BinaryWriter writer, SoftwareFCurve softwareFCurve ) : void

Method Details

FCurve() public method

public FCurve ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

GetKeyFrames() public method

public GetKeyFrames ( float frame, KeyFrame &start, KeyFrame &end ) : void
frame float
start KeyFrame
end KeyFrame
return void

Write() public static method

public static Write ( BinaryWriter writer, SoftwareFCurve softwareFCurve ) : void
writer System.IO.BinaryWriter
softwareFCurve SoftwareFCurve
return void