FMX.Types3D.TPosition3D.Empty

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Empty: Boolean;

C++

bool __fastcall Empty();

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D


説明

この 3D 位置が空かどうかを示します。


Empty は、XYZ のプロパティがどれも 0 であれば True を、そうでなければ False を返します。

関連項目