Tilt Five Unity API  1.3.0
Public Attributes | Properties | Private Attributes | List of all members
TiltFive.T5_CameraStreamConfig Struct Reference

Camera Stream Configuration. More...

Public Attributes

byte cameraIndex
 

Properties

bool enabled [get, set]
 

Private Attributes

T5_Bool streamEnabled
 

Detailed Description

Camera Stream Configuration.

Definition at line 265 of file NativePlugin.cs.

Member Data Documentation

◆ cameraIndex

byte TiltFive.T5_CameraStreamConfig.cameraIndex

Definition at line 267 of file NativePlugin.cs.

◆ streamEnabled

T5_Bool TiltFive.T5_CameraStreamConfig.streamEnabled
private

Definition at line 268 of file NativePlugin.cs.

Property Documentation

◆ enabled

bool TiltFive.T5_CameraStreamConfig.enabled
getset

Definition at line 269 of file NativePlugin.cs.

269 { get => streamEnabled; set => streamEnabled = value; }

The documentation for this struct was generated from the following file: