|
1 |
| -// Converted DllImport statements using /Users/bhudson/projects/FbxSharp/scripts/replace-dllimport.py on Sat Apr 28 12:46:28 2018 |
2 |
| - |
3 |
| -// Converted DllImport statements using /Users/bhudson/projects/FbxSharp/scripts/replace-dllimport.py on Sat Apr 28 12:16:53 2018 |
4 |
| - |
5 |
| -// Converted DllImport statements using /Users/bhudson/projects/FbxSharp/scripts/replace-dllimport.py on Sat Apr 28 12:13:42 2018 |
6 |
| - |
7 | 1 | //------------------------------------------------------------------------------
|
8 | 2 | // <auto-generated />
|
9 | 3 | //
|
@@ -4042,6 +4036,18 @@ private static int InitFbxAllocators()
|
4042 | 4036 | [global::System.Runtime.InteropServices.DllImport(DllImportName, EntryPoint="CSharp_UnityfFbxSdk_FbxConstraintParent_AffectScalingZ_get___")]
|
4043 | 4037 | public static extern global::System.IntPtr FbxConstraintParent_AffectScalingZ_get(global::System.Runtime.InteropServices.HandleRef jarg1);
|
4044 | 4038 |
|
| 4039 | + [global::System.Runtime.InteropServices.DllImport(DllImportName, EntryPoint="CSharp_UnityfFbxSdk_FbxConstraintParent_SetTranslationOffset___")] |
| 4040 | + public static extern void FbxConstraintParent_SetTranslationOffset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, FbxVector4 jarg3); |
| 4041 | + |
| 4042 | + [global::System.Runtime.InteropServices.DllImport(DllImportName, EntryPoint="CSharp_UnityfFbxSdk_FbxConstraintParent_GetTranslationOffset___")] |
| 4043 | + public static extern FbxVector4 FbxConstraintParent_GetTranslationOffset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); |
| 4044 | + |
| 4045 | + [global::System.Runtime.InteropServices.DllImport(DllImportName, EntryPoint="CSharp_UnityfFbxSdk_FbxConstraintParent_SetRotationOffset___")] |
| 4046 | + public static extern void FbxConstraintParent_SetRotationOffset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, FbxVector4 jarg3); |
| 4047 | + |
| 4048 | + [global::System.Runtime.InteropServices.DllImport(DllImportName, EntryPoint="CSharp_UnityfFbxSdk_FbxConstraintParent_GetRotationOffset___")] |
| 4049 | + public static extern FbxVector4 FbxConstraintParent_GetRotationOffset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2); |
| 4050 | + |
4045 | 4051 | [global::System.Runtime.InteropServices.DllImport(DllImportName, EntryPoint="CSharp_UnityfFbxSdk_FbxConstraintParent_AddConstraintSource__SWIG_0___")]
|
4046 | 4052 | public static extern void FbxConstraintParent_AddConstraintSource__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
|
4047 | 4053 |
|
|
0 commit comments