collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
ParticleEmitterCollection
.
.
::
..Item Property
gradient

Overload the [] operator to allow for direct access to ParticleEmitters in the collection using indexer syntax. Throws an exception if a ParticleEmitter with the given ID does not exist in the collection.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public ParticleEmitter this[

 int id

] { get; }

Visual Basic

Public ReadOnly Default Property Item (

 id As Integer

As ParticleEmitter

 Get

Visual C++

public:

property ParticleEmitterdefault[int id] {

 ParticleEmitterget (int id);

}

Parameters

id

Type: System..::..Int32

The ID of the ParticleEmitter to retrieve.

Return Value

Type: ParticleEmitter

Returns the ParticleEmitter with the given ID.

collapse_allSee Also

ParticleEmitterCollection Class

ParticleEmitterCollection Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com