6 lines
186 B
C#
6 lines
186 B
C#
|
namespace Unity.Mathematics
|
|||
|
{
|
|||
|
public class PostNormalizeAttribute : UnityEngine.PropertyAttribute {}
|
|||
|
|
|||
|
public class DoNotNormalizeAttribute : UnityEngine.PropertyAttribute {}
|
|||
|
}
|