Class TTextureCoordinateNode
Unit
Declaration
type TTextureCoordinateNode = class(TAbstractSingleTextureCoordinateNode)
Description
2D texture coordinates used by vertex-based geometry nodes.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractTextureCoordinateNode
- TAbstractSingleTextureCoordinateNode
- TTextureCoordinateNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetPoint(const Value: array of TVector2); |
![]() |
procedure SetPoint(const Value: TVector2List); |
Properties
![]() |
property FdPoint: TMFVec2f read FFdPoint; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetPoint(const Value: array of TVector2); |
![]() |
procedure SetPoint(const Value: TVector2List); |
Properties
![]() |
property FdPoint: TMFVec2f read FFdPoint; |
Generated by PasDoc 0.16.0.
