Swing  1.0
Public Member Functions | List of all members
Swing.CustomData Class Referenceabstract
Inheritance diagram for Swing.CustomData:
Swing.RagdollRecorder.StateData

Public Member Functions

abstract void Write (System.IO.BinaryWriter bw)
 
abstract void Read (string gameVersion, System.IO.BinaryReader br)
 

Detailed Description

Abstract custom data

Snapshot of replay data at a point in time. The whole replay data is a time series of the snapshots. A developer may inherit this class to define the schema of custom replay data and IO methods to a replay media (a replay file or a broadcast stream).

Member Function Documentation

abstract void Swing.CustomData.Read ( string  gameVersion,
System.IO.BinaryReader  br 
)
pure virtual

Read a custom data from a replay media

abstract void Swing.CustomData.Write ( System.IO.BinaryWriter  bw)
pure virtual

Write a custom data to a replay media


The documentation for this class was generated from the following file: