Class TCastleCone
Unit
CastleScene
Declaration
type TCastleCone = class(TCastleAbstractPrimitive)
Description
Cone with configurable size, position and material.
Hierarchy
Overview
Methods
Properties
|
property BottomRadius: Single read FBottomRadius write SetBottomRadius 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; |
Description
Methods
|
constructor Create(AOwner: TComponent); override; |
|
Properties
|
property BottomRadius: Single read FBottomRadius write SetBottomRadius default 1; |
Cone bottom radius.
|
|
property Height: Single read FHeight write SetHeight default 2; |
Cone height.
|
|
property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false; |
When this is True , the object is visible (and lit) from both sides.
|
|
property Bottom: Boolean read FBottom write SetBottom default true; |
Display bottom of the cone. When False , you can see the cone interior if looking from the outside (note: turn on DoubleSided to make interior visible).
|
|
property Side: Boolean read FSide write SetSide default true; |
Display sides of the cone. When this is False , and Bottom is True , then cone bottom is effectively displayed as just a disk.
|
Generated by PasDoc 0.16.0.