FMX.Types3D.TContext3D.CurrentStates
Delphi
property CurrentStates[AIndex: TContextState]: Boolean read GetCurrentState;
C++
__property bool CurrentStates[TContextState AIndex] = {read=GetCurrentState};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TContext3D |
Description
Specifies if the AIndex state is activated or not.
Returns True if the state indicated by AIndex is activated and False otherwise.