C# Class control, 3DScreen

Inheritance: MonoBehaviour
Datei anzeigen Open project: KisaragiAyano/3DScreen Class Usage Examples

Public Properties

Property Type Description
cam GameObject
cannythr float
cap VideoCapture,
houghsumthr float

Public Methods

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

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

cam public_oe property

public GameObject cam
return GameObject

cannythr public_oe property

public float cannythr
return float

cap public_oe property

public VideoCapture, cap
return VideoCapture,

houghsumthr public_oe property

public float houghsumthr
return float