C# Class xARMProxy, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3 Class Usage Examples

Private Properties

Свойство Type Description
Start void
Update void
UpdateScreenCapCoroutine IEnumerator
WaitXFrames IEnumerator

Méthodes publiques

Méthode Description
StartUpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : void
StartWaitXFramesCoroutine ( xARMScreenCap screenCap, int frameCount ) : void

Private Methods

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

Method Details

StartUpdateScreenCapCoroutine() public méthode

public StartUpdateScreenCapCoroutine ( xARMScreenCap screenCapToUpdate ) : void
screenCapToUpdate xARM.xARMScreenCap
Résultat void

StartWaitXFramesCoroutine() public méthode

public StartWaitXFramesCoroutine ( xARMScreenCap screenCap, int frameCount ) : void
screenCap xARM.xARMScreenCap
frameCount int
Résultat void