- Fixed Menu bugs
ParticleManager
- Added void CreateOrUpdateParticle(string key, string name, ParticleAttachment attachment)
- Added void CreateOrUpdateParticle(string key, string name, ParticleAttachment attachment, ParticleRestartType restartType)
- Added void CreateOrUpdateParticle(string key, string name, ParticleAttachment attachment, params ControlPoint[] controlPoints)
- Added void CreateOrUpdateParticle(string key, string name, ParticleAttachment attachment, ParticleRestartType restartType, params ControlPoint[] controlPoints)
- Added void CreateOrUpdateParticle(string key, string name, Entity entity, ParticleAttachment attachment)
- Added void CreateOrUpdateParticle(string key, string name, Entity entity, ParticleAttachment attachment, ParticleRestartType restartType)
- Added void CreateOrUpdateParticle(string key, string name, Entity entity, ParticleAttachment attachment, params ControlPoint[] controlPoints)
- Added void CreateOrUpdateParticle(string key, string name, Entity entity, ParticleAttachment attachment, ParticleRestartType restartType, params ControlPoint[] controlPoints)
- Added void CircleParticle(string key, Vector3 position, float range, Color color)
- Added void LineParticle(string key, Vector3 startPosition, Vector3 endPosition, Vector3 functions, Color color)
- Added void LineParticle(string key, Vector3 startPosition, Vector3 endPosition, float size, Color color)
- Added void RangeParticle(string key, Entity entity, float range, Color color)
- Added void TargetLineParticle(string key, Entity entity, Vector3 endPosition, Color color)
- Added bool RemoveParticle(string key)