scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x0200015A RID: 346
|
||||
public enum RigidbodyInterpolation
|
||||
{
|
||||
// Token: 0x040003C5 RID: 965
|
||||
None,
|
||||
// Token: 0x040003C6 RID: 966
|
||||
Interpolate,
|
||||
// Token: 0x040003C7 RID: 967
|
||||
Extrapolate
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user