Fix layer name property to be hidden in Editor

This commit is contained in:
Wojtek Figat
2023-02-09 21:13:39 +01:00
parent b8a7f36c85
commit b4ea70acbb

View File

@@ -105,7 +105,8 @@ public:
/// <summary>
/// Gets the name of the layer.
/// </summary>
API_PROPERTY() const String& GetLayerName() const;
API_PROPERTY(Attributes="HideInEditor, NoSerialize, NoAnimate")
const String& GetLayerName() const;
/// <summary>
/// Sets the name of the layer.