scripts
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using UnityEngine.Scripting;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x02000168 RID: 360
|
||||
public sealed class SpringJoint : Joint
|
||||
{
|
||||
// Token: 0x170005C4 RID: 1476
|
||||
// (get) Token: 0x06001AA7 RID: 6823
|
||||
// (set) Token: 0x06001AA8 RID: 6824
|
||||
public extern float spring
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x170005C5 RID: 1477
|
||||
// (get) Token: 0x06001AA9 RID: 6825
|
||||
// (set) Token: 0x06001AAA RID: 6826
|
||||
public extern float damper
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x170005C6 RID: 1478
|
||||
// (get) Token: 0x06001AAB RID: 6827
|
||||
// (set) Token: 0x06001AAC RID: 6828
|
||||
public extern float minDistance
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x170005C7 RID: 1479
|
||||
// (get) Token: 0x06001AAD RID: 6829
|
||||
// (set) Token: 0x06001AAE RID: 6830
|
||||
public extern float maxDistance
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x170005C8 RID: 1480
|
||||
// (get) Token: 0x06001AAF RID: 6831
|
||||
// (set) Token: 0x06001AB0 RID: 6832
|
||||
public extern float tolerance
|
||||
{
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user