HolographicViewConfiguration.IsEnabled Propiedad

Definición

Obtiene o establece si esta holographicViewConfiguration está habilitada.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = holographicViewConfiguration.isEnabled;
holographicViewConfiguration.isEnabled = boolean;
Public Property IsEnabled As Boolean

Valor de propiedad

Boolean

bool

Este valor es true si holographicViewConfiguration está habilitado; de lo contrario false, .

Se aplica a