FMX.Types3D.TContext3D.ChangeStateCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property ChangeStateCount: Integer read FChangeStateCount;

C++

/* static */ __property int ChangeStateCount = {read=FChangeStateCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Represents the number of times the state of the context has been changed for a scene.

See Also