Class TFBU_ConeEmitter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFBU_ConeEmitter = class(TFBU_CustomEmitter)

Description

Emits particles inside or on the surface of a cone

Hierarchy

Overview

Methods

Public procedure Refill; override;
Public procedure Reset; override;

Properties

Public property BaseRadius : Single read FBaseRadius write FBaseRadius;
Public property TopRadius : Single read FTopRadius write FTopRadius;
Public property Height : Single read FHeight write FHeight;
Public property SpawnOnSurface: Boolean read FSpawnSurface write FSpawnSurface;
Public property IncludeBasePlane: Boolean read FIncludeBasePlane write FIncludeBasePlane;
Public property IncludeTopPlane: Boolean read FIncludeTopPlane write FIncludeTopPlane;
Public property FixPresumption: Boolean read FFixPresumption write FFixPresumption;

Description

Methods

Public procedure Refill; override;
 
See also
TFBU_CustomEmitter.Refill
Public procedure Reset; override;
 
See also
TFBU_CustomEmitter.Reset

Properties

Public property BaseRadius : Single read FBaseRadius write FBaseRadius;

Cone floor radius

Public property TopRadius : Single read FTopRadius write FTopRadius;

Cone ceiling radius

Public property Height : Single read FHeight write FHeight;

Cone height

Public property SpawnOnSurface: Boolean read FSpawnSurface write FSpawnSurface;

If true, particles will spawn on the surface instead of inside

Public property IncludeBasePlane: Boolean read FIncludeBasePlane write FIncludeBasePlane;

If true, particles will also spawn on the floor

Public property IncludeTopPlane: Boolean read FIncludeTopPlane write FIncludeTopPlane;

If true, particles will also spawn on the ceiling

Public property FixPresumption: Boolean read FFixPresumption write FFixPresumption;

If true, particles will spawn more homogenious in the room


Generated by PasDoc 0.11.0 on 2009-06-29 23:12:34