◆ AssignNewCurrentCamera()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.AssignNewCurrentCamera | ( | int | cameraNumber | ) |  |  | inlineprivate | 
 
 
◆ Awake()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.Awake | ( |  | ) |  |  | inlineprivate | 
 
 
◆ FlipTextureHorizontal()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.FlipTextureHorizontal | ( | ref Texture2D | original | ) |  |  | inline | 
 
Flips the texture Horizontaly 
- Parameters
- 
  
    | original | the ref to the texture to filp |  
 
 
 
◆ FlipTextureVertical()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.FlipTextureVertical | ( | ref Texture2D | orignal | ) |  |  | inline | 
 
Flips the texture Verticaly. 
- Parameters
- 
  
    | orignal | The ref to the texture to flip |  
 
 
 
◆ GetCameraFrameInformation()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.GetCameraFrameInformation | ( |  | ) |  |  | inlineprotected | 
 
Gets the camera frame pixel colors. 
 
 
◆ HandleNewCameraDeviceSelected()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.HandleNewCameraDeviceSelected | ( | int | deviceNumber | ) |  |  | inlineprivate | 
 
 
◆ InitializeManoMotionFrame()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.InitializeManoMotionFrame | ( |  | ) |  |  | inlineprivate | 
 
Initializes the ManoMotion Frame and lets the subscribers of the event know of its information. 
 
 
◆ OnApplicationFocus()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.OnApplicationFocus | ( | bool | hasFocus | ) |  |  | inlineprivate | 
 
Stops processing when application is put to background. 
- Parameters
- 
  
    | hasFocus | If application is running or is in background |  
 
 
 
◆ OnApplicationPause()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.OnApplicationPause | ( | bool | pauseStatus | ) |  |  | inlineprivate | 
 
Stops the processing if application is paused. 
- Parameters
- 
  
    | pauseStatus | If application is paused or not |  
 
 
 
◆ OnDisable()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.OnDisable | ( |  | ) |  |  | inlineprivate | 
 
Stops the camera when disabled. 
 
 
◆ OnEnable()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.OnEnable | ( |  | ) |  |  | inlineprivate | 
 
Start the camera when enabled. 
 
 
◆ ResizeManoMotionFrameResolution()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.ResizeManoMotionFrameResolution | ( | int | newWidth, |  
          |  |  | int | newHeight |  
          |  | ) |  |  |  | inlineprotected | 
 
Sets the resolution of the currentManoMotion frame that is passed to the subscribers that want to make use of the input camera feed. 
- Parameters
- 
  
    | newWidth | Requires a width value. |  | newHeight | Requires a height value. |  
 
 
 
◆ Start()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.Start | ( |  | ) |  |  | inlineprivate | 
 
 
◆ StartCurrentCamera()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.StartCurrentCamera | ( |  | ) |  |  | inlineprivate | 
 
 
◆ StopCurrentPlayingCamera()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.StopCurrentPlayingCamera | ( |  | ) |  |  | inlineprivate | 
 
Stop all cameras that might be playing. 
 
 
◆ Update()
  
  | 
        
          | void CameraSystem.InputManagerAdjustable.Update | ( |  | ) |  |  | inlineprivate | 
 
 
◆ currentIndex
  
  | 
        
          | int CameraSystem.InputManagerAdjustable.currentIndex |  | private | 
 
 
◆ currentManoMotionFrame
◆ currentPlayingCamera
  
  | 
        
          | WebCamTexture CameraSystem.InputManagerAdjustable.currentPlayingCamera |  | private | 
 
 
◆ isPaused
  
  | 
        
          | bool CameraSystem.InputManagerAdjustable.isPaused = false |  | private | 
 
 
◆ STARTING_HEIGHT
  
  | 
        
          | const int CameraSystem.InputManagerAdjustable.STARTING_HEIGHT = 480 |  | staticprivate | 
 
 
◆ STARTING_WIDTH
  
  | 
        
          | const int CameraSystem.InputManagerAdjustable.STARTING_WIDTH = 640 |  | staticprivate | 
 
 
◆ webCamDevices
  
  | 
        
          | WebCamDevice [] CameraSystem.InputManagerAdjustable.webCamDevices |  | private | 
 
 
The documentation for this class was generated from the following file: