Class TParticleCylinderEmitter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TParticleCylinderEmitter = class(TParticleEmitter)

Description

A particle emitter which emits from a cylindrically shaped space.

Hierarchy

Overview

Properties

Public property Center: TVector3D read GetCenter write SetCenter;
Public property Length: Single read GetLength write SetLength;
Public property Normal: TVector3D read GetNormal write SetNormal;
Public property OutlineOnly: Boolean read GetOutlineOnly write SetOutlineOnly;
Public property Radius: Single read GetRadius write SetRadius;

Description

Properties

Public property Center: TVector3D read GetCenter write SetCenter;

The cylinder's center.

Public property Length: Single read GetLength write SetLength;

The cylinder's height.

Public property Normal: TVector3D read GetNormal write SetNormal;

The cylinder's normal vector.

Public property OutlineOnly: Boolean read GetOutlineOnly write SetOutlineOnly;

Specifies whether or not to draw points inside the cylinder.

Public property Radius: Single read GetRadius write SetRadius;

The cylinder's radius.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22