Class TTexturePropertiesNode

Unit

Declaration

type TTexturePropertiesNode = class(TAbstractNode)

Description

Adjust the texture application properties.

Hierarchy

Overview

Methods

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

Properties

Public property MagnificationFilter: TAutoMagnificationFilter read GetMagnificationFilter write SetMagnificationFilter;
Public property MinificationFilter: TAutoMinificationFilter read GetMinificationFilter write SetMinificationFilter;
Public property FdAnisotropicDegree: TSFFloat read FFdAnisotropicDegree;
Public property AnisotropicDegree: Single read GetAnisotropicDegree write SetAnisotropicDegree;
Public property FdBorderColor: TSFColorRGBA read FFdBorderColor;
Public property BorderColor: TCastleColor read GetBorderColor write SetBorderColor;
Public property FdBorderWidth: TSFInt32 read FFdBorderWidth;
Public property BorderWidth: Integer read GetBorderWidth write SetBorderWidth;
Public property FdBoundaryModeS: TSFStringEnum read FFdBoundaryModeS;
Public property BoundaryModeS: TBoundaryMode read GetBoundaryModeS write SetBoundaryModeS;
Public property FdBoundaryModeT: TSFStringEnum read FFdBoundaryModeT;
Public property BoundaryModeT: TBoundaryMode read GetBoundaryModeT write SetBoundaryModeT;
Public property FdBoundaryModeR: TSFStringEnum read FFdBoundaryModeR;
Public property BoundaryModeR: TBoundaryMode read GetBoundaryModeR write SetBoundaryModeR;
Public property FdMagnificationFilter: TSFString read FFdMagnificationFilter;
Public property FdMinificationFilter: TSFString read FFdMinificationFilter;
Public property FdTextureCompression: TSFString read FFdTextureCompression;
Public property TextureCompression: String read GetTextureCompression write SetTextureCompression;
Public property FdTexturePriority: TSFFloat read FFdTexturePriority;
Public property TexturePriority: Single read GetTexturePriority write SetTexturePriority;
Public property FdGenerateMipMaps: TSFBool read FFdGenerateMipMaps;
Public property GenerateMipMaps: Boolean read GetGenerateMipMaps write SetGenerateMipMaps;
Public property FdGuiTexture: TSFBool read FFdGuiTexture;
Public property GuiTexture: Boolean read GetGuiTexture write SetGuiTexture;

Description

Methods

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

Properties

Public property MagnificationFilter: TAutoMagnificationFilter read GetMagnificationFilter write SetMagnificationFilter;
 
Public property MinificationFilter: TAutoMinificationFilter read GetMinificationFilter write SetMinificationFilter;
 
Public property FdAnisotropicDegree: TSFFloat read FFdAnisotropicDegree;

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

Public property AnisotropicDegree: Single read GetAnisotropicDegree write SetAnisotropicDegree;
 
Public property FdBorderColor: TSFColorRGBA read FFdBorderColor;

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

Public property BorderColor: TCastleColor read GetBorderColor write SetBorderColor;
 
Public property FdBorderWidth: TSFInt32 read FFdBorderWidth;

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

Public property BorderWidth: Integer read GetBorderWidth write SetBorderWidth;
 
Public property FdBoundaryModeS: TSFStringEnum read FFdBoundaryModeS;

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

Public property BoundaryModeS: TBoundaryMode read GetBoundaryModeS write SetBoundaryModeS;
 
Public property FdBoundaryModeT: TSFStringEnum read FFdBoundaryModeT;

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

Public property BoundaryModeT: TBoundaryMode read GetBoundaryModeT write SetBoundaryModeT;
 
Public property FdBoundaryModeR: TSFStringEnum read FFdBoundaryModeR;

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

Public property BoundaryModeR: TBoundaryMode read GetBoundaryModeR write SetBoundaryModeR;
 
Public property FdMagnificationFilter: TSFString read FFdMagnificationFilter;

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

Public property FdMinificationFilter: TSFString read FFdMinificationFilter;

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

Public property FdTextureCompression: TSFString read FFdTextureCompression;

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

Public property TextureCompression: String read GetTextureCompression write SetTextureCompression;
 
Public property FdTexturePriority: TSFFloat read FFdTexturePriority;

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

Public property TexturePriority: Single read GetTexturePriority write SetTexturePriority;
 
Public property FdGenerateMipMaps: TSFBool read FFdGenerateMipMaps;

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

Public property GenerateMipMaps: Boolean read GetGenerateMipMaps write SetGenerateMipMaps;
 
Public property FdGuiTexture: TSFBool read FFdGuiTexture;

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

Public property GuiTexture: Boolean read GetGuiTexture write SetGuiTexture;
 

Generated by PasDoc 0.16.0.