Class FrameLines
A Component that displays frame lines which helps visualize the gate crop of the sensor and the aspect ratio crop of the target screen.
Inherited Members
      Object.FindObjectsByType<T>(FindObjectsSortMode)
    
    
    
      Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    
    
    
    
      Object.FindFirstObjectByType<T>()
    
    
      Object.FindAnyObjectByType<T>()
    
    
      Object.FindFirstObjectByType<T>(FindObjectsInactive)
    
    
      Object.FindAnyObjectByType<T>(FindObjectsInactive)
    
    
    
    
    
    
    
    
    
    
    
  Namespace: Unity.LiveCapture.VirtualCamera
Assembly: Unity.LiveCapture.VirtualCamera.dll
Syntax
[ExecuteAlways]
[DisallowMultipleComponent]
[AddComponentMenu("Live Capture/Virtual Camera/Frame Lines")]
[RequireComponent(typeof(Camera))]
public class FrameLines : MonoBehaviour
  Properties
AspectRatioEnabled
Whether or not to show the crop aspect ratio.
Declaration
public bool AspectRatioEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
CenterMarkerEnabled
Whether or not to show the center marker.
Declaration
public bool CenterMarkerEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
CropAspect
The aspect ratio of the crop.
Declaration
public float CropAspect { get; set; }
  Property Value
| Type | Description | 
|---|---|
| float | 
GateFit
The gate fit mode.
Declaration
public GateFit GateFit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| GateFit | 
GateMaskEnabled
Whether or not to show the crop aspect ratio.
Declaration
public bool GateMaskEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool |