PropertyAttributes.cs 186 B

123456
  1. namespace Unity.Mathematics
  2. {
  3. public class PostNormalizeAttribute : UnityEngine.PropertyAttribute {}
  4. public class DoNotNormalizeAttribute : UnityEngine.PropertyAttribute {}
  5. }