C# Class Recorder, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public int counter
return int

counterLimit public_oe property

public int counterLimit
return int

fileName public_oe property

public string fileName
return string

filePath public_oe property

public string filePath
return string

superSample public_oe property

public int superSample
return int