Class TAbstractX3DTexture2DNode
Unit
X3DNodes
Declaration
type TAbstractX3DTexture2DNode = class(TAbstractTexture2DNode)
Description
X3D texture that is 2D and can be loaded (from file or some other stream).
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function GetRepeatS: boolean; override; |
|
|
 |
function GetRepeatT: boolean; override; |
|
|
 |
procedure SetRepeatS(const Value: boolean); override; |
|
|
 |
procedure SetRepeatT(const Value: boolean); override; |
|
|
 |
procedure CreateNode; override; |
|
|
Properties
 |
property FdRepeatS: TSFBool read FFdRepeatS; |
|
|
 |
property FdRepeatT: TSFBool read FFdRepeatT; |
|
|
Generated by PasDoc 0.14.0.
|