C# Class Reign.Video.Abstraction.Action

Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Action ( BinaryReader reader ) : System
Write ( BinaryWriter writer, SoftwareAction softwareAction ) : void

Private Methods

Méthode Description
calculateValues ( float frame ) : float[]

Method Details

Action() public méthode

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

Write() public static méthode

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