Files
fnl/Assets/Extensions/ProCamera2D/Runtime/Code/Helpers/Parallax/ProCamera2DParallaxObject.cs
2026-02-21 16:46:09 -08:00

13 lines
424 B
C#

using UnityEngine;
namespace Com.LuisPedroFonseca.ProCamera2D
{
[HelpURLAttribute("http://www.procamera2d.com/user-guide/extension-parallax/")]
/// <summary>
/// Add this class to an object if you want its position on the scene view to match the same relative position to the main parallax layer during runtime.
/// </summary>
public class ProCamera2DParallaxObject : MonoBehaviour
{
}
}