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

이 값은 true HolographicViewConfiguration을 사용하도록 설정한 경우 이고, 그렇지 않으면 false입니다.

적용 대상