FMX.Types3D.TContext3D.SetStencilFunc

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

Delphi

procedure SetStencilFunc(const Func: TStencilfunc; Ref, Mask: Cardinal);

C++

void __fastcall SetStencilFunc(const TStencilFunc Func, unsigned Ref, unsigned Mask);

プロパティ

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

説明

3D コンテキストのステンシル関数を設定するよう、サブクラスで実装する必要があります。


関連項目