Class TCurveList
Unit
Declaration
type TCurveList = class(specialize TObjectList<TCurve>)
Description
Hierarchy
- TObject
- TList
- TObjectList
- TCurveList
Overview
Methods
![]() |
procedure LoadFromFile(const URL: string); |
![]() |
procedure SaveToFile(const URL: string); |
Description
Methods
![]() |
procedure LoadFromFile(const URL: string); |
Load curves definitions from a simple XML file. Hint: use https://castle-engine.io/curves_tool to design curves visually. |
![]() |
procedure SaveToFile(const URL: string); |
Save curve definitions to a simple XML file. Hint: use https://castle-engine.io/curves_tool to design curves visually. |
Generated by PasDoc 0.16.0.