C# Class Unity.Platform.IPhone.CameraOverlayView

Inheritance: UIView
Show file Open project: Appverse/appverse-mobile Class Usage Examples

Public Properties

Property Type Description
CAMERA_ASPECT_RATIO nfloat
imagePickerController UIImagePickerController
overlaySettings Unity.Core.Media.Camera.CameraOptions

Public Methods

Method Description
CameraOverlayView ( UIImagePickerController controller, CameraOptions _settings, CGRect frame ) : System
GetUIColorfromHex ( string hexValue ) : UIKit.UIColor
GetUIColorfromRGB ( int red, int green, int blue ) : UIKit.UIColor

Protected Methods

Method Description
log ( string message ) : void

Method Details

CameraOverlayView() public method

public CameraOverlayView ( UIImagePickerController controller, CameraOptions _settings, CGRect frame ) : System
controller UIImagePickerController
_settings Unity.Core.Media.Camera.CameraOptions
frame CGRect
return System

GetUIColorfromHex() public static method

public static GetUIColorfromHex ( string hexValue ) : UIKit.UIColor
hexValue string
return UIKit.UIColor

GetUIColorfromRGB() public method

public GetUIColorfromRGB ( int red, int green, int blue ) : UIKit.UIColor
red int
green int
blue int
return UIKit.UIColor

log() protected method

protected log ( string message ) : void
message string
return void

Property Details

CAMERA_ASPECT_RATIO public static property

public static nfloat CAMERA_ASPECT_RATIO
return nfloat

imagePickerController public property

public UIImagePickerController imagePickerController
return UIImagePickerController

overlaySettings public property

public CameraOptions,Unity.Core.Media.Camera overlaySettings
return Unity.Core.Media.Camera.CameraOptions