C# Class Reign.Video.Abstraction.FCurve

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

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

Method Details

FCurve() public méthode

public FCurve ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

GetKeyFrames() public méthode

public GetKeyFrames ( float frame, KeyFrame &start, KeyFrame &end ) : void
frame float
start KeyFrame
end KeyFrame
Résultat void

Write() public static méthode

public static Write ( BinaryWriter writer, SoftwareFCurve softwareFCurve ) : void
writer System.IO.BinaryWriter
softwareFCurve SoftwareFCurve
Résultat void