Ambiguous name fix
This commit is contained in:
@@ -543,7 +543,7 @@ void Actor::SetLayerRecursive(int32 layerIndex)
|
||||
OnLayerChanged();
|
||||
}
|
||||
|
||||
void Actor::SetName(String&& value)
|
||||
void Actor::SetNameNoCopy(String&& value)
|
||||
{
|
||||
if (_name == value)
|
||||
return;
|
||||
|
||||
@@ -184,7 +184,7 @@ public:
|
||||
/// <summary>
|
||||
/// Sets the actor name without copying the string.
|
||||
/// </summary>
|
||||
API_FUNCTION() void SetName(String&& value);
|
||||
void SetNameNoCopy(String&& value);
|
||||
|
||||
/// <summary>
|
||||
/// Sets the actor name.
|
||||
|
||||
Reference in New Issue
Block a user