Class TFloatRectanglePersistent
Unit
Declaration
type TFloatRectanglePersistent = class(TCastleComponent)
Description
This item has no description. Showing description inherited from TCastleComponent.
Component with various CGE extensions: can be a parent of other non-visual components (to display them in CGE editor and serialize them to files), can be translated, can have custom logic when serializing/deserializing (CustomSerialization).
Note that everywhere in CGE (in particular in editor and when serializing) we handle a standard Pascal TComponent as well. So there's no need to derive all your components from TCastleComponent, so you derive from standard TComponent too. You can use TCastleComponent only if necessary, i.e. only if you need one of the extra features in this class.
Source: base/castlerectangles_persistent.inc (line 25).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TFloatRectanglePersistent
Generated by PasDoc 0.17.0.snapshot.