Class TParticleMeshEmitter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TParticleMeshEmitter = class(TParticleEmitter)

Description

A particle emitter which emits from vertices of a mesh.

Hierarchy

Overview

Methods

Public function GetMesh: TMesh; inline;
Public procedure SetMesh(NMesh: TMesh); inline;

Properties

Public property EveryMeshVertex: Boolean read GetEveryMeshVertex write SetEveryMeshVertex;
Public property NormalDirectionModifier: Single read GetNormalDirectionModifier write SetNormalDirectionModifier;
Public property UseNormalDirection: Boolean read IsUsingNormalDirection write SetUseNormalDirection;

Description

Methods

Public function GetMesh: TMesh; inline;

Returns the current mesh.

Public procedure SetMesh(NMesh: TMesh); inline;

Sets the mesh to emit particles from.

Properties

Public property EveryMeshVertex: Boolean read GetEveryMeshVertex write SetEveryMeshVertex;

Specifies whether to emit min<->max particles for every vertex or to pick min<->max vertices.

Public property NormalDirectionModifier: Single read GetNormalDirectionModifier write SetNormalDirectionModifier;

The amount that the normal is divided by for getting a particles direction.

Public property UseNormalDirection: Boolean read IsUsingNormalDirection write SetUseNormalDirection;

Tells whether to use vertex normal for direction, or direction specified.


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