FMX.Types3D.TBoundingBox.Depth

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

Delphi

property Depth: Single read GetDepth write SetDepth;

C++

__property float Depth = {read=GetDepth, write=SetDepth};

プロパティ

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


説明

TBoundingBox の深さ(Depth プロパティ)です。

Depth 値が変更された場合は、Far 値が変更され、Near 値はそのまま変わりません。

メモ: Depth 値を変更する前に、Near が有効な浮動小数点値であることを確認する必要があります。

関連項目