C# Class Reign.Video.Abstraction.Action

Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Action ( BinaryReader reader ) : System
Write ( BinaryWriter writer, SoftwareAction softwareAction ) : void

Private Methods

Method Description
calculateValues ( float frame ) : float[]

Method Details

Action() public method

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

Write() public static method

public static Write ( BinaryWriter writer, SoftwareAction softwareAction ) : void
writer System.IO.BinaryWriter
softwareAction SoftwareAction
return void