This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
namespace UnityEngineInternal
{
// Token: 0x02000447 RID: 1095
public struct MathfInternal
{
// Token: 0x0400110A RID: 4362
public static volatile float FloatMinNormal = 1.1754944E-38f;
// Token: 0x0400110B RID: 4363
public static volatile float FloatMinDenormal = float.Epsilon;
// Token: 0x0400110C RID: 4364
public static bool IsFlushToZeroEnabled = MathfInternal.FloatMinDenormal == 0f;
}
}