Show: Delphi
C++
Display Preferences
FMX.Types.IScene
From XE2 API Documentation
Delphi
type IScene = interface(IInterface) [{16DB110E-DA7D-4E75-BC2D-999FA12E45F5}]
C++
__interface INTERFACE_UUID("{16DB110E-DA7D-4E75-BC2D-999FA12E45F5}") IScene : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
interface class |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
IScene is the interface that defines a scene of an object.
IScene provides a list of the main methods and properties that define a scene object. Implement the IScene interface to manage the style and the displayed image of a control in different scenes.
IScene is implemented and used in 3D applications. IScene is implemented and extended by TCustomLayer3D.