HolographicViewConfiguration.IsEnabled Propriété

Définition

Obtient ou définit si cette holographicViewConfiguration est activée.

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

Valeur de propriété

Boolean

bool

Cette valeur est true si HolographicViewConfiguration est activé, sinon false.

S’applique à