コード例 #1
0
ファイル: MP.cs プロジェクト: davidlawson/ggj2016
 public static extern void mpScatterParticlesBoxTransform(int context, ref Matrix4x4 trans, int num, ref MPSpawnParams sp);
コード例 #2
0
ファイル: MP.cs プロジェクト: davidlawson/ggj2016
 public static extern void mpScatterParticlesBox(int context, ref Vector3 center, ref Vector3 size, int num, ref MPSpawnParams sp);
コード例 #3
0
ファイル: MP.cs プロジェクト: davidlawson/ggj2016
 public static extern void mpScatterParticlesSphere(int context, ref Vector3 center, float radius, int num, ref MPSpawnParams sp);
コード例 #4
0
ファイル: MP.cs プロジェクト: joelsinbarba/gks2019kinect
 public static extern void mpScatterParticlesBoxTransform(int context, ref Matrix4x4 trans, int num, ref MPSpawnParams sp);
コード例 #5
0
ファイル: MP.cs プロジェクト: joelsinbarba/gks2019kinect
 public static extern void mpScatterParticlesBox(int context, ref Vector3 center, ref Vector3 size, int num, ref MPSpawnParams sp);
コード例 #6
0
ファイル: MP.cs プロジェクト: joelsinbarba/gks2019kinect
 public static extern void mpScatterParticlesSphere(int context, ref Vector3 center, float radius, int num, ref MPSpawnParams sp);