InformationSaveAndAudioCore_Over
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Stary.Evo.InformationSave
|
||||
{
|
||||
public static class TrailRendererExtension
|
||||
{
|
||||
public static TrailRendererInfo.Information GetTrailRendererInformation(this Transform tf, string desc)
|
||||
{
|
||||
return tf.GetComponent<TrailRendererInfo>()._list.Find(n => n.desc == desc);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user