Class TX3DPrototypeNames
Unit
Declaration
type TX3DPrototypeNames = class(TStringList)
Description
List of prototype names, mapping to TX3DPrototypeBase instances. Case-sensitive, just like X3D prototype names are.
Hierarchy
- TObject
- TPersistent
- TStrings
- TStringList
- TX3DPrototypeNames
Overview
Methods
![]() |
constructor Create; |
![]() |
procedure Bind(const Proto: TX3DPrototypeBase); |
![]() |
function Bound(const Name: string): TX3DPrototypeBase; |
Description
Methods
![]() |
constructor Create; |
This item has no description. |
![]() |
procedure Bind(const Proto: TX3DPrototypeBase); |
Bind prototype to its name. If the name was already bound to some old prototype, it is overridden to refer only to the new prototype. Otherwise we add a new String with object Proto. |
![]() |
function Bound(const Name: string): TX3DPrototypeBase; |
Find proto bound to given name. |
Generated by PasDoc 0.16.0-snapshot.