fix: ParticleSystem trails gain offset on parent canvas change

close #323
pull/336/head
mob-sakai 2024-08-08 02:00:40 +09:00
parent 4dfcb9075e
commit 162ee53180
1 changed files with 0 additions and 7 deletions

View File

@ -355,13 +355,6 @@ namespace Coffee.UIExtensions
{
}
/// <summary>
/// This function is called when a direct or indirect parent of the transform of the GameObject has changed.
/// </summary>
protected override void OnTransformParentChanged()
{
}
void ISerializationCallbackReceiver.OnBeforeSerialize()
{
}