Class TTexture2Node_1
Unit
X3DNodes
Declaration
type TTexture2Node_1 = class(TAbstractTexture2DNode)
Description
No description available, ancestor TAbstractTexture2DNode description follows
2D texture.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function TextureDescription: string; override; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
Properties
|
property FdFilename: TSFString read FFdFilename; |
Internal wrapper for property Filename. This wrapper API may change, we advise to access simpler Filename instead.
|
|
property Filename: String read GetFilename write SetFilename; |
|
|
property FdImage: TSFImage read FFdImage; |
Internal wrapper for property Image . This wrapper API may change, we advise to access simpler Image instead.
|
|
property FdWrapS: TSFEnum read FFdWrapS; |
Internal wrapper for property WrapS . This wrapper API may change, we advise to access simpler WrapS instead.
|
|
property FdWrapT: TSFEnum read FFdWrapT; |
Internal wrapper for property WrapT . This wrapper API may change, we advise to access simpler WrapT instead.
|
|
property FdModel: TSFEnum read FFdModel; |
Internal wrapper for property Model . This wrapper API may change, we advise to access simpler Model instead.
|
|
property FdBlendColor: TSFVec3f read FFdBlendColor; |
Internal wrapper for property BlendColor. This wrapper API may change, we advise to access simpler BlendColor instead.
|
Generated by PasDoc 0.16.0.