HolographicViewConfiguration.IsEnabled 属性

定义

获取或设置是否启用此 HolographicViewConfiguration。

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

属性值

Boolean

bool

如果启用了 HolographicViewConfiguration,则此值 true 为 ;否则为 false

适用于