Merge branch 'deprecation_messages' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-deprecation_messages

This commit is contained in:
Wojtek Figat
2024-07-24 16:41:49 +02:00
35 changed files with 132 additions and 71 deletions

View File

@@ -164,13 +164,13 @@ public:
/// [Deprecated in v1.5]
/// </summary>
API_PROPERTY(Attributes="HideInEditor, NoSerialize, NoAnimate")
DEPRECATED const String& GetTag() const;
DEPRECATED("Use HasTag instead") const String& GetTag() const;
/// <summary>
/// Sets the name of the tag.
/// [Deprecated in v1.5]
/// </summary>
API_PROPERTY() DEPRECATED void SetTag(const StringView& value);
API_PROPERTY() DEPRECATED("Use AddTag instead") void SetTag(const StringView& value);
/// <summary>
/// Gets the actor name.

View File

@@ -160,7 +160,7 @@ public:
/// [Deprecated on 26.10.2022, expires on 26.10.2024]
/// </summary>
API_FIELD(Attributes="EditorOrder(110), DefaultValue(ShadowsCastingMode.All), EditorDisplay(\"Skinned Model\")")
DEPRECATED ShadowsCastingMode ShadowsMode = ShadowsCastingMode::All;
DEPRECATED() ShadowsCastingMode ShadowsMode = ShadowsCastingMode::All;
/// <summary>
/// The animation root motion apply target. If not specified the animated model will apply it itself.