A game about forced loneliness, made by TACStudios
at master 12 lines 406 B view raw
1namespace Unity.Mathematics 2{ 3 /// <summary> 4 /// Used by property drawers when vectors should be post normalized. 5 /// </summary> 6 public class PostNormalizeAttribute : UnityEngine.PropertyAttribute {} 7 8 /// <summary> 9 /// Used by property drawers when vectors should not be normalized. 10 /// </summary> 11 public class DoNotNormalizeAttribute : UnityEngine.PropertyAttribute {} 12}