Class TCastleCylinder
Unit
Declaration
type TCastleCylinder = class(TCastleAbstractPrimitive)
Description
Cylinder with configurable size, position and material.
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleTransform
- TCastleAbstractPrimitive
- TCastleCylinder
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function PropertySections(const PropertyName: String): TPropertySections; override; |
Properties
![]() |
property Radius: Single read FRadius write SetRadius default 1; |
![]() |
property Height: Single read FHeight write SetHeight default 2; |
![]() |
property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false; |
![]() |
property Bottom: Boolean read FBottom write SetBottom default true; |
![]() |
property Side: Boolean read FSide write SetSide default true; |
![]() |
property Top: Boolean read FTop write SetTop default true; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function PropertySections(const PropertyName: String): TPropertySections; override; |
Properties
![]() |
property Radius: Single read FRadius write SetRadius default 1; |
Cylinder radius. |
![]() |
property Height: Single read FHeight write SetHeight default 2; |
Cylinder height. |
![]() |
property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false; |
When this is |
![]() |
property Bottom: Boolean read FBottom write SetBottom default true; |
Display bottom of the cylinder. When |
![]() |
property Side: Boolean read FSide write SetSide default true; |
Display |
![]() |
property Top: Boolean read FTop write SetTop default true; |
Display top of the cylinder. When |
Generated by PasDoc 0.16.0.