Class TAbstractSingleTextureTransformNode

Unit

Declaration

type TAbstractSingleTextureTransformNode = class(TAbstractTextureTransformNode)

Description

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

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.