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;

Create node fields and events.

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property Mapping: String read GetMapping write SetMapping;
 

Generated by PasDoc 0.16.0.