private static extern void Internal_CreateInstance(NativeD6Joint instance, ref ScriptCommonJointData commonData, ref ScriptD6JointData data);
public NativeD6Joint(ScriptCommonJointData commonData, ScriptD6JointData data) { Internal_CreateInstance(this, ref commonData, ref data); }