Class TCastleSphere

Unit

Declaration

type TCastleSphere = class(TCastleAbstractPrimitive)

Description

Sphere with configurable size, position and material.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function PropertySections(const PropertyName: String): TPropertySections; override;

Properties

Published property Radius: Single read FRadius write SetRadius default 1;
Published property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function PropertySections(const PropertyName: String): TPropertySections; override;
 

Properties

Published property Radius: Single read FRadius write SetRadius default 1;

Sphere radius.

Published property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false;

When this is True, the object is visible (and lit) from both sides.


Generated by PasDoc 0.16.0.