Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
kode80
EditorTools
RecordVideo
C# Class kode80.EditorTools.RecordVideo
Inheritance:
UnityEngine.MonoBehaviour
Mostrar archivo
Open project: kode80/UnityTools
Class Usage Examples
Public Properties
Property
Type
Description
captureFramerate
int
folderPath
string
superSize
int
Public Methods
Method
Description
Start
( ) :
void
StartRecording
( ) :
bool
StopRecording
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
StartRecording()
public
method
public
StartRecording
( ) :
bool
return
bool
StopRecording()
public
method
public
StopRecording
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
captureFramerate
public_oe property
public
int
captureFramerate
return
int
folderPath
public_oe property
public
string
folderPath
return
string
superSize
public_oe property
public
int
superSize
return
int