private static extern void Internal_setInitialRotation3D(IntPtr thisPtr, Vector3Distribution value);
 private static extern void Internal_setrotationRate(IntPtr thisPtr, Vector3Distribution value);
Example #3
0
 private static extern void Internal_TDistribution3(Vector3Distribution managedInstance, Vector3Curve minCurve, Vector3Curve maxCurve);
Example #4
0
 private static extern void Internal_TDistribution2(Vector3Distribution managedInstance, Vector3Curve curve);
Example #5
0
 private static extern void Internal_TDistribution1(Vector3Distribution managedInstance, ref Vector3 minValue, ref Vector3 maxValue);
Example #6
0
 private static extern void Internal_TDistribution0(Vector3Distribution managedInstance, ref Vector3 value);
Example #7
0
 private static extern void Internal_TDistribution(Vector3Distribution managedInstance);