Skip to content

Update documentation for MonoGame Extended Particle System Quick Start Guide #1124

Description

@jdmedinatobon

Description

Minor documentation update. The MonoGame Extended Particle System Quick Start Guide is missing a using statement. This causes an error later on in the tutorial when adding the code for the Parameters sections of the ParticleEmitter.

The text for the using statements should include this one:

using MonoGame.Extended.Particles.Data;

Steps to Reproduce

Add the using statements mentioned at the top of the tutorial and then try to use any of the types used in the Parameters section of the code for ParticleEmitter, for example ParticleReleaseParameters. An error should appear that the type or namespace is not found.

Expected Behavior

Using ParticleReleaseParameters (or any of the other classes below) should be found correctly.

Actual Behavior

Following the tutorial gives a "type or namespace is not found error".

Configuration

I tested by following the installation guide using MonoGame.Extended version 5.3.1.

Other Information

Just a minor documentation update for people just starting out!

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation-only work: XML docs, README, guides, or website contentgood first issueBeginner-friendly, well-scoped, with repro steps, file pointers, and clear acceptance criteria

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions