次の方法で共有


HolographicViewConfiguration.IsStereo プロパティ

定義

この HolographicViewConfiguration が立体視であるかどうかを取得します。

public:
 property bool IsStereo { bool get(); };
bool IsStereo();
public bool IsStereo { get; }
var boolean = holographicViewConfiguration.isStereo;
Public ReadOnly Property IsStereo As Boolean

プロパティ値

Boolean

bool

この値は、 true HolographicViewConfiguration が立体視の場合は 、それ以外の場合 falseは です。

適用対象