FMX.Types3D.TTextureStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTextureStyles = set of TTextureStyle;

C++

typedef System::Set<TTextureStyle, _DELPHI_SET_ENUMERATOR(TTextureStyle::MipMaps), _DELPHI_SET_ENUMERATOR(TTextureStyle::Volatile)> TTextureStyles;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Set of TTextureStyle.

See Also