FMX.Controls3D.TControl3D.RenderChildren

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

Delphi

procedure RenderChildren; virtual;

C++

virtual void __fastcall RenderChildren();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

説明

この 3D オブジェクトのすべての 3D 子コントロールをレンダリングします。

RenderChildren は、この 3D オブジェクトのすべての 3D 子コントロールを、それらの可視設定が True でかつ、それらがロックされていないときにのみ、レンダリングされます。

関連項目