C# Class Recorder, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Show file Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Public Properties

Property Type Description
counter int
counterLimit int
fileName string
filePath string
superSample int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

counter public property

public int counter
return int

counterLimit public property

public int counterLimit
return int

fileName public property

public string fileName
return string

filePath public property

public string filePath
return string

superSample public property

public int superSample
return int