Class TAbstractVertexAttributeNode
Unit
Declaration
type TAbstractVertexAttributeNode = class(TAbstractGeometricPropertyNode)
Description
Base type for all node types that specify per-vertex attribute information to the shader.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractVertexAttributeNode
Overview
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdName: TSFString read FFdName; |
![]() |
property NameField: String read GetNameField write SetNameField; |
Description
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdName: TSFString read FFdName; |
![]() |
property NameField: String read GetNameField write SetNameField; |
Generated by PasDoc 0.16.0.
