Class TTexturePropertiesNode
Unit
Declaration
type TTexturePropertiesNode = class(TAbstractNode)
Description
Adjust the texture application properties.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TTexturePropertiesNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property MagnificationFilter: TAutoMagnificationFilter
read GetMagnificationFilter write SetMagnificationFilter; |
![]() |
property MinificationFilter: TAutoMinificationFilter
read GetMinificationFilter write SetMinificationFilter; |
![]() |
property FdAnisotropicDegree: TSFFloat read FFdAnisotropicDegree; |
![]() |
property AnisotropicDegree: Single read GetAnisotropicDegree write SetAnisotropicDegree; |
![]() |
property FdBorderColor: TSFColorRGBA read FFdBorderColor; |
![]() |
property BorderColor: TCastleColor read GetBorderColor write SetBorderColor; |
![]() |
property FdBorderWidth: TSFInt32 read FFdBorderWidth; |
![]() |
property BorderWidth: Integer read GetBorderWidth write SetBorderWidth; |
![]() |
property FdBoundaryModeS: TSFStringEnum read FFdBoundaryModeS; |
![]() |
property BoundaryModeS: TBoundaryMode read GetBoundaryModeS write SetBoundaryModeS; |
![]() |
property FdBoundaryModeT: TSFStringEnum read FFdBoundaryModeT; |
![]() |
property BoundaryModeT: TBoundaryMode read GetBoundaryModeT write SetBoundaryModeT; |
![]() |
property FdBoundaryModeR: TSFStringEnum read FFdBoundaryModeR; |
![]() |
property BoundaryModeR: TBoundaryMode read GetBoundaryModeR write SetBoundaryModeR; |
![]() |
property FdMagnificationFilter: TSFString read FFdMagnificationFilter; |
![]() |
property FdMinificationFilter: TSFString read FFdMinificationFilter; |
![]() |
property FdTextureCompression: TSFString read FFdTextureCompression; |
![]() |
property TextureCompression: String read GetTextureCompression write SetTextureCompression; |
![]() |
property FdTexturePriority: TSFFloat read FFdTexturePriority; |
![]() |
property TexturePriority: Single read GetTexturePriority write SetTexturePriority; |
![]() |
property FdGenerateMipMaps: TSFBool read FFdGenerateMipMaps; |
![]() |
property GenerateMipMaps: Boolean read GetGenerateMipMaps write SetGenerateMipMaps; |
![]() |
property FdGuiTexture: TSFBool read FFdGuiTexture; |
![]() |
property GuiTexture: Boolean read GetGuiTexture write SetGuiTexture; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property MagnificationFilter: TAutoMagnificationFilter
read GetMagnificationFilter write SetMagnificationFilter; |
![]() |
property MinificationFilter: TAutoMinificationFilter
read GetMinificationFilter write SetMinificationFilter; |
![]() |
property FdAnisotropicDegree: TSFFloat read FFdAnisotropicDegree; |
Internal wrapper for property AnisotropicDegree. This wrapper API may change, we advise to access simpler AnisotropicDegree instead. |
![]() |
property AnisotropicDegree: Single read GetAnisotropicDegree write SetAnisotropicDegree; |
![]() |
property FdBorderColor: TSFColorRGBA read FFdBorderColor; |
Internal wrapper for property BorderColor. This wrapper API may change, we advise to access simpler BorderColor instead. |
![]() |
property BorderColor: TCastleColor read GetBorderColor write SetBorderColor; |
![]() |
property FdBorderWidth: TSFInt32 read FFdBorderWidth; |
Internal wrapper for property BorderWidth. This wrapper API may change, we advise to access simpler BorderWidth instead. |
![]() |
property BorderWidth: Integer read GetBorderWidth write SetBorderWidth; |
![]() |
property FdBoundaryModeS: TSFStringEnum read FFdBoundaryModeS; |
Internal wrapper for property BoundaryModeS. This wrapper API may change, we advise to access simpler BoundaryModeS instead. |
![]() |
property BoundaryModeS: TBoundaryMode read GetBoundaryModeS write SetBoundaryModeS; |
![]() |
property FdBoundaryModeT: TSFStringEnum read FFdBoundaryModeT; |
Internal wrapper for property BoundaryModeT. This wrapper API may change, we advise to access simpler BoundaryModeT instead. |
![]() |
property BoundaryModeT: TBoundaryMode read GetBoundaryModeT write SetBoundaryModeT; |
![]() |
property FdBoundaryModeR: TSFStringEnum read FFdBoundaryModeR; |
Internal wrapper for property BoundaryModeR. This wrapper API may change, we advise to access simpler BoundaryModeR instead. |
![]() |
property BoundaryModeR: TBoundaryMode read GetBoundaryModeR write SetBoundaryModeR; |
![]() |
property FdMagnificationFilter: TSFString read FFdMagnificationFilter; |
Internal wrapper for property MagnificationFilter. This wrapper API may change, we advise to access simpler MagnificationFilter instead. |
![]() |
property FdMinificationFilter: TSFString read FFdMinificationFilter; |
Internal wrapper for property MinificationFilter. This wrapper API may change, we advise to access simpler MinificationFilter instead. |
![]() |
property FdTextureCompression: TSFString read FFdTextureCompression; |
Internal wrapper for property TextureCompression. This wrapper API may change, we advise to access simpler TextureCompression instead. |
![]() |
property TextureCompression: String read GetTextureCompression write SetTextureCompression; |
![]() |
property FdTexturePriority: TSFFloat read FFdTexturePriority; |
Internal wrapper for property TexturePriority. This wrapper API may change, we advise to access simpler TexturePriority instead. |
![]() |
property TexturePriority: Single read GetTexturePriority write SetTexturePriority; |
![]() |
property FdGenerateMipMaps: TSFBool read FFdGenerateMipMaps; |
Internal wrapper for property GenerateMipMaps. This wrapper API may change, we advise to access simpler GenerateMipMaps instead. |
![]() |
property GenerateMipMaps: Boolean read GetGenerateMipMaps write SetGenerateMipMaps; |
![]() |
property FdGuiTexture: TSFBool read FFdGuiTexture; |
Internal wrapper for property GuiTexture. This wrapper API may change, we advise to access simpler GuiTexture instead. |
![]() |
property GuiTexture: Boolean read GetGuiTexture write SetGuiTexture; |
Generated by PasDoc 0.16.0.