Class TAbstractSingleTextureCoordinateNode

Unit

Declaration

type TAbstractSingleTextureCoordinateNode = class(TAbstractTextureCoordinateNode)

Description

Base for all nodes which specify a texture coordinate, but not MultiTextureCoordinate.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdMapping: TSFString read FFdMapping;
Public property Mapping: String read GetMapping write SetMapping;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdMapping: TSFString read FFdMapping;

Internal wrapper for property Mapping. This wrapper API may change, we advise to access simpler Mapping instead.

Public property Mapping: String read GetMapping write SetMapping;
 

Generated by PasDoc 0.16.0.