コード例 #1
0
ファイル: SP.cs プロジェクト: flufy3d/SpmdParticle
 public static extern void spScatterParticlesBox(int context, ref Vector3 center, ref Vector3 size, int num, ref SPSpawnParams sp);
コード例 #2
0
ファイル: SP.cs プロジェクト: flufy3d/SpmdParticle
 public static extern void spScatterParticlesBoxTransform(int context, ref Matrix4x4 trans, int num, ref SPSpawnParams sp);
コード例 #3
0
ファイル: SP.cs プロジェクト: flufy3d/SpmdParticle
 public static extern void spScatterParticlesSphere(int context, ref Vector3 center, float radius, int num, ref SPSpawnParams sp);