Add dev-only name to spawned Particle System

This commit is contained in:
Wojtek Figat
2023-02-10 14:43:24 +01:00
parent e9fa76c34a
commit 57178b8a5b
2 changed files with 17 additions and 0 deletions

View File

@@ -98,6 +98,11 @@ public:
typedef Pair<int32, Guid> EmitterParameterOverrideKey;
private:
#if !BUILD_RELEASE
String _debugName;
#endif
public:
/// <summary>
/// The asset data version number. Used to sync the data with the instances state. Incremented each time asset gets loaded.