Add v1.0.3.1
This commit is contained in:
446
Interop/Assembly-CSharp/Obi/ObiSkinConstraintBatch.cs
Normal file
446
Interop/Assembly-CSharp/Obi/ObiSkinConstraintBatch.cs
Normal file
@@ -0,0 +1,446 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
||||
using Il2CppSystem.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
// Token: 0x020004BF RID: 1215
|
||||
[Serializable]
|
||||
public class ObiSkinConstraintBatch : ObiConstraintBatch
|
||||
{
|
||||
// Token: 0x06008D68 RID: 36200 RVA: 0x002454A8 File Offset: 0x002436A8
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609202, XrefRangeEnd = 609238, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe ObiSkinConstraintBatch(bool cooked, bool sharesParticles)
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr;
|
||||
checked
|
||||
{
|
||||
ptr = stackalloc IntPtr[unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref cooked;
|
||||
}
|
||||
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref sharesParticles;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ObiSkinConstraintBatch.NativeMethodInfoPtr__ctor_Public_Void_Boolean_Boolean_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06008D69 RID: 36201 RVA: 0x00245518 File Offset: 0x00243718
|
||||
[CallerCount(1)]
|
||||
[CachedScanResults(RefRangeStart = 609274, RefRangeEnd = 609275, XrefRangeStart = 609238, XrefRangeEnd = 609274, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe ObiSkinConstraintBatch(bool cooked, bool sharesParticles, float minYoungModulus, float maxYoungModulus)
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr;
|
||||
checked
|
||||
{
|
||||
ptr = stackalloc IntPtr[unchecked((UIntPtr)4) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref cooked;
|
||||
}
|
||||
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref sharesParticles;
|
||||
ptr[checked(unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref minYoungModulus;
|
||||
ptr[checked(unchecked((UIntPtr)3) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref maxYoungModulus;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ObiSkinConstraintBatch.NativeMethodInfoPtr__ctor_Public_Void_Boolean_Boolean_Single_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06008D6A RID: 36202 RVA: 0x002455B0 File Offset: 0x002437B0
|
||||
[CallerCount(13)]
|
||||
[CachedScanResults(RefRangeStart = 30253, RefRangeEnd = 30266, XrefRangeStart = 30253, XrefRangeEnd = 30266, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override Oni.ConstraintType GetConstraintType()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_GetConstraintType_Public_Virtual_ConstraintType_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
|
||||
// Token: 0x06008D6B RID: 36203 RVA: 0x0024560C File Offset: 0x0024380C
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609275, XrefRangeEnd = 609290, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void Clear()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_Clear_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06008D6C RID: 36204 RVA: 0x0024565C File Offset: 0x0024385C
|
||||
[CallerCount(1)]
|
||||
[CachedScanResults(RefRangeStart = 609309, RefRangeEnd = 609310, XrefRangeStart = 609290, XrefRangeEnd = 609309, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe void AddConstraint(int index, Vector4 point, Vector4 normal, float radius, float collisionRadius, float backstop, float stiffness)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr;
|
||||
checked
|
||||
{
|
||||
ptr = stackalloc IntPtr[unchecked((UIntPtr)7) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref index;
|
||||
}
|
||||
ptr[checked(unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref point;
|
||||
ptr[checked(unchecked((UIntPtr)2) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref normal;
|
||||
ptr[checked(unchecked((UIntPtr)3) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref radius;
|
||||
ptr[checked(unchecked((UIntPtr)4) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref collisionRadius;
|
||||
ptr[checked(unchecked((UIntPtr)5) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref backstop;
|
||||
ptr[checked(unchecked((UIntPtr)6) * (UIntPtr)sizeof(IntPtr)) / (UIntPtr)sizeof(IntPtr)] = ref stiffness;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ObiSkinConstraintBatch.NativeMethodInfoPtr_AddConstraint_Public_Void_Int32_Vector4_Vector4_Single_Single_Single_Single_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06008D6D RID: 36205 RVA: 0x00245724 File Offset: 0x00243924
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609310, XrefRangeEnd = 609336, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe void RemoveConstraint(int index)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref index;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ObiSkinConstraintBatch.NativeMethodInfoPtr_RemoveConstraint_Public_Void_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D6E RID: 36206 RVA: 0x00245778 File Offset: 0x00243978
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609336, XrefRangeEnd = 609347, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override List<int> GetConstraintsInvolvingParticle(int particleIndex)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref particleIndex;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_GetConstraintsInvolvingParticle_Public_Virtual_List_1_Int32_Int32_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
IntPtr intPtr3 = intPtr;
|
||||
return (intPtr3 != 0) ? new List<int>(intPtr3) : null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D6F RID: 36207 RVA: 0x002457EC File Offset: 0x002439EC
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609347, XrefRangeEnd = 609425, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void Cook()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_Cook_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06008D70 RID: 36208 RVA: 0x0024583C File Offset: 0x00243A3C
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609425, XrefRangeEnd = 609434, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void OnAddToSolver(ObiBatchedConstraints constraints)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.Il2CppObjectBaseToPtr(constraints);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_OnAddToSolver_Protected_Virtual_Void_ObiBatchedConstraints_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D71 RID: 36209 RVA: 0x002458A0 File Offset: 0x00243AA0
|
||||
[CallerCount(5585)]
|
||||
[CachedScanResults(RefRangeStart = 24, RefRangeEnd = 5609, XrefRangeStart = 24, XrefRangeEnd = 5609, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void OnRemoveFromSolver(ObiBatchedConstraints constraints)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.Il2CppObjectBaseToPtr(constraints);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_OnRemoveFromSolver_Protected_Virtual_Void_ObiBatchedConstraints_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D72 RID: 36210 RVA: 0x00245904 File Offset: 0x00243B04
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609434, XrefRangeEnd = 609465, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void PushDataToSolver(ObiBatchedConstraints constraints)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.Il2CppObjectBaseToPtr(constraints);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_PushDataToSolver_Public_Virtual_Void_ObiBatchedConstraints_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D73 RID: 36211 RVA: 0x00245968 File Offset: 0x00243B68
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609465, XrefRangeEnd = 609498, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void PullDataFromSolver(ObiBatchedConstraints constraints)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.Il2CppObjectBaseToPtr(constraints);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), ObiSkinConstraintBatch.NativeMethodInfoPtr_PullDataFromSolver_Public_Virtual_Void_ObiBatchedConstraints_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D74 RID: 36212 RVA: 0x002459CC File Offset: 0x00243BCC
|
||||
[CallerCount(1)]
|
||||
[CachedScanResults(RefRangeStart = 609501, RefRangeEnd = 609502, XrefRangeStart = 609498, XrefRangeEnd = 609501, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe Vector3 GetSkinPosition(int index)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref index;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ObiSkinConstraintBatch.NativeMethodInfoPtr_GetSkinPosition_Public_Vector3_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D75 RID: 36213 RVA: 0x00245A30 File Offset: 0x00243C30
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 609502, XrefRangeEnd = 609505, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe Vector3 GetSkinNormal(int index)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = ref index;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(ObiSkinConstraintBatch.NativeMethodInfoPtr_GetSkinNormal_Public_Vector3_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008D76 RID: 36214 RVA: 0x00245A94 File Offset: 0x00243C94
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static ObiSkinConstraintBatch()
|
||||
{
|
||||
Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "Obi", "ObiSkinConstraintBatch");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr);
|
||||
ObiSkinConstraintBatch.NativeFieldInfoPtr_skinIndices = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, "skinIndices");
|
||||
ObiSkinConstraintBatch.NativeFieldInfoPtr_skinPoints = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, "skinPoints");
|
||||
ObiSkinConstraintBatch.NativeFieldInfoPtr_skinNormals = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, "skinNormals");
|
||||
ObiSkinConstraintBatch.NativeFieldInfoPtr_skinRadiiBackstop = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, "skinRadiiBackstop");
|
||||
ObiSkinConstraintBatch.NativeFieldInfoPtr_skinStiffnesses = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, "skinStiffnesses");
|
||||
ObiSkinConstraintBatch.NativeFieldInfoPtr_solverIndices = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, "solverIndices");
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr__ctor_Public_Void_Boolean_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674191);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr__ctor_Public_Void_Boolean_Boolean_Single_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674192);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_GetConstraintType_Public_Virtual_ConstraintType_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674193);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_Clear_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674194);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_AddConstraint_Public_Void_Int32_Vector4_Vector4_Single_Single_Single_Single_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674195);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_RemoveConstraint_Public_Void_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674196);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_GetConstraintsInvolvingParticle_Public_Virtual_List_1_Int32_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674197);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_Cook_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674198);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_OnAddToSolver_Protected_Virtual_Void_ObiBatchedConstraints_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674199);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_OnRemoveFromSolver_Protected_Virtual_Void_ObiBatchedConstraints_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674200);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_PushDataToSolver_Public_Virtual_Void_ObiBatchedConstraints_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674201);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_PullDataFromSolver_Public_Virtual_Void_ObiBatchedConstraints_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674202);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_GetSkinPosition_Public_Vector3_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674203);
|
||||
ObiSkinConstraintBatch.NativeMethodInfoPtr_GetSkinNormal_Public_Vector3_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<ObiSkinConstraintBatch>.NativeClassPtr, 100674204);
|
||||
}
|
||||
|
||||
// Token: 0x06008D77 RID: 36215 RVA: 0x00242A70 File Offset: 0x00240C70
|
||||
public ObiSkinConstraintBatch(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17003018 RID: 12312
|
||||
// (get) Token: 0x06008D78 RID: 36216 RVA: 0x00245C54 File Offset: 0x00243E54
|
||||
// (set) Token: 0x06008D79 RID: 36217 RVA: 0x00245C88 File Offset: 0x00243E88
|
||||
public unsafe List<int> skinIndices
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinIndices);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new List<int>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinIndices), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17003019 RID: 12313
|
||||
// (get) Token: 0x06008D7A RID: 36218 RVA: 0x00245CB0 File Offset: 0x00243EB0
|
||||
// (set) Token: 0x06008D7B RID: 36219 RVA: 0x00245CE4 File Offset: 0x00243EE4
|
||||
public unsafe List<Vector4> skinPoints
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinPoints);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new List<Vector4>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinPoints), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700301A RID: 12314
|
||||
// (get) Token: 0x06008D7C RID: 36220 RVA: 0x00245D0C File Offset: 0x00243F0C
|
||||
// (set) Token: 0x06008D7D RID: 36221 RVA: 0x00245D40 File Offset: 0x00243F40
|
||||
public unsafe List<Vector4> skinNormals
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinNormals);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new List<Vector4>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinNormals), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700301B RID: 12315
|
||||
// (get) Token: 0x06008D7E RID: 36222 RVA: 0x00245D68 File Offset: 0x00243F68
|
||||
// (set) Token: 0x06008D7F RID: 36223 RVA: 0x00245D9C File Offset: 0x00243F9C
|
||||
public unsafe List<float> skinRadiiBackstop
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinRadiiBackstop);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new List<float>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinRadiiBackstop), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700301C RID: 12316
|
||||
// (get) Token: 0x06008D80 RID: 36224 RVA: 0x00245DC4 File Offset: 0x00243FC4
|
||||
// (set) Token: 0x06008D81 RID: 36225 RVA: 0x00245DF8 File Offset: 0x00243FF8
|
||||
public unsafe List<float> skinStiffnesses
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinStiffnesses);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new List<float>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_skinStiffnesses), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700301D RID: 12317
|
||||
// (get) Token: 0x06008D82 RID: 36226 RVA: 0x00245E20 File Offset: 0x00244020
|
||||
// (set) Token: 0x06008D83 RID: 36227 RVA: 0x00245E54 File Offset: 0x00244054
|
||||
public unsafe Il2CppStructArray<int> solverIndices
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_solverIndices);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Il2CppStructArray<int>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(ObiSkinConstraintBatch.NativeFieldInfoPtr_solverIndices), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005E44 RID: 24132
|
||||
private static readonly IntPtr NativeFieldInfoPtr_skinIndices;
|
||||
|
||||
// Token: 0x04005E45 RID: 24133
|
||||
private static readonly IntPtr NativeFieldInfoPtr_skinPoints;
|
||||
|
||||
// Token: 0x04005E46 RID: 24134
|
||||
private static readonly IntPtr NativeFieldInfoPtr_skinNormals;
|
||||
|
||||
// Token: 0x04005E47 RID: 24135
|
||||
private static readonly IntPtr NativeFieldInfoPtr_skinRadiiBackstop;
|
||||
|
||||
// Token: 0x04005E48 RID: 24136
|
||||
private static readonly IntPtr NativeFieldInfoPtr_skinStiffnesses;
|
||||
|
||||
// Token: 0x04005E49 RID: 24137
|
||||
private static readonly IntPtr NativeFieldInfoPtr_solverIndices;
|
||||
|
||||
// Token: 0x04005E4A RID: 24138
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_Boolean_Boolean_0;
|
||||
|
||||
// Token: 0x04005E4B RID: 24139
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_Boolean_Boolean_Single_Single_0;
|
||||
|
||||
// Token: 0x04005E4C RID: 24140
|
||||
private static readonly IntPtr NativeMethodInfoPtr_GetConstraintType_Public_Virtual_ConstraintType_0;
|
||||
|
||||
// Token: 0x04005E4D RID: 24141
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Clear_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04005E4E RID: 24142
|
||||
private static readonly IntPtr NativeMethodInfoPtr_AddConstraint_Public_Void_Int32_Vector4_Vector4_Single_Single_Single_Single_0;
|
||||
|
||||
// Token: 0x04005E4F RID: 24143
|
||||
private static readonly IntPtr NativeMethodInfoPtr_RemoveConstraint_Public_Void_Int32_0;
|
||||
|
||||
// Token: 0x04005E50 RID: 24144
|
||||
private static readonly IntPtr NativeMethodInfoPtr_GetConstraintsInvolvingParticle_Public_Virtual_List_1_Int32_Int32_0;
|
||||
|
||||
// Token: 0x04005E51 RID: 24145
|
||||
private static readonly IntPtr NativeMethodInfoPtr_Cook_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04005E52 RID: 24146
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OnAddToSolver_Protected_Virtual_Void_ObiBatchedConstraints_0;
|
||||
|
||||
// Token: 0x04005E53 RID: 24147
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OnRemoveFromSolver_Protected_Virtual_Void_ObiBatchedConstraints_0;
|
||||
|
||||
// Token: 0x04005E54 RID: 24148
|
||||
private static readonly IntPtr NativeMethodInfoPtr_PushDataToSolver_Public_Virtual_Void_ObiBatchedConstraints_0;
|
||||
|
||||
// Token: 0x04005E55 RID: 24149
|
||||
private static readonly IntPtr NativeMethodInfoPtr_PullDataFromSolver_Public_Virtual_Void_ObiBatchedConstraints_0;
|
||||
|
||||
// Token: 0x04005E56 RID: 24150
|
||||
private static readonly IntPtr NativeMethodInfoPtr_GetSkinPosition_Public_Vector3_Int32_0;
|
||||
|
||||
// Token: 0x04005E57 RID: 24151
|
||||
private static readonly IntPtr NativeMethodInfoPtr_GetSkinNormal_Public_Vector3_Int32_0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user