C# Class Flow, OpenCvSharpForUnity

Inheritance: MonoBehaviour
Mostrar archivo Open project: nobnak/OpenCvSharpForUnity Class Usage Examples

Public Properties

Property Type Description
flow GameObject
limitVelocity float
video GameObject

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

flow public_oe property

public GameObject flow
return GameObject

limitVelocity public_oe property

public float limitVelocity
return float

video public_oe property

public GameObject video
return GameObject