19 lines
408 B
C#
19 lines
408 B
C#
/// <summary>
|
|
/// SURGE FRAMEWORK
|
|
/// Author: Bob Berkebile
|
|
/// Email: bobb@pixelplacement.com
|
|
///
|
|
/// A helper for allowing correct selection in the scene view instead of choosing the prefab root which is normal Unity operation.
|
|
///
|
|
/// </summary>
|
|
|
|
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
namespace Pixelplacement
|
|
{
|
|
[SelectionBase]
|
|
public class SplineTangent : MonoBehaviour
|
|
{
|
|
}
|
|
} |