Class TCastleTransformHover
Unit
Declaration
type TCastleTransformHover = class(TComponent)
Description
Visualize the TCastleTransform we hover over (to visualize what would be selected by clicking).
Source: scene/castletransformmanipulate.pas (line 33).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleTransformHover
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Public | property Current: TCastleTransform read FCurrent write SetCurrent; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
Properties
| Public | property Current: TCastleTransform read FCurrent write SetCurrent; |
|
Current TCastleTransform instance that "we are hovering over it, and clicking will select it". | |
Generated by PasDoc 0.17.0.snapshot.