Class TCastleVector3Persistent
Unit
Declaration
type TCastleVector3Persistent = class(TCastleComponent)
Description
TVector3 record represented as a TPersistent descendant, to be able to visually edit it (in Lazarus and Delphi visual designer, and Castle Game Engine visual designer) and to serialize it.
Normal user code does not need to deal with this class or it's instances. Instead directly operate on TVector3 values, which is faster and more natural. TVector3 are simple records, so they are naturally copied on assignment, and various operators like additions work in a natural way too.
Source: base/castlevectors_persistent.inc (line 92).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleVector3Persistent
Generated by PasDoc 0.17.0.snapshot.