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!
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!