C# Class xARMProxy, swip3

Inheritance: MonoBehaviour
Mostrar archivo Open project: unit9/swip3 Class Usage Examples

Private Properties

Property Type Description
Start void
Update void
UpdateScreenCapCoroutine IEnumerator
WaitXFrames IEnumerator

Public Methods

Method Description
StartUpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : void
StartWaitXFramesCoroutine ( xARMScreenCap screenCap, int frameCount ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
UpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : IEnumerator
WaitXFrames ( xARMScreenCap screenCap, int frameCount ) : IEnumerator

Method Details

StartUpdateScreenCapCoroutine() public method

public StartUpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : void
screenCapToUpdate xARM.xARMScreenCap
return void

StartWaitXFramesCoroutine() public method

public StartWaitXFramesCoroutine ( xARMScreenCap screenCap, int frameCount ) : void
screenCap xARM.xARMScreenCap
frameCount int
return void