1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"><!-- InstanceBegin template="/Templates/default_template.dwt" codeOutsideHTMLIsLocked="false" -->
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<!-- InstanceBeginEditable name="CSS の相対パス指定" -->
7<link href="../../../../common/manual.css" rel="stylesheet" type="text/css" />
8<!-- InstanceEndEditable -->
9<!-- InstanceBeginEditable name="ページのタイトル" -->
10<title>チャイルドパーティクル</title>
11<!-- InstanceEndEditable -->
12</head>
13<body>
14<div>
15  <div class="body"> <!-- InstanceBeginEditable name="本文のタイトル" -->
16  <h1>チャイルドパーティクル</h1>
17  <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="本文" -->
18  <p>ここでは、チャイルドパーティクルについて説明します。</p>
19  <a name="child" id="child"></a>
20  <h2>チャイルドパーティクル</h2>
21  <!-- #BeginLibraryItem "/Library/glossary_child_particle.lbi" -->
22  <!-- チャイルドパーティクル ( child_particle ) -->
23  <p><em>チャイルドパーティクル</em>とは、パーティクルを発生源として、呼び出すことができるパーティクルのことです。<br />
24    発生源となるパーティクルからチャイルドパーティクルへ、速度の値を継承することができます。</p>
25  <!-- #EndLibraryItem -->
26  <h3>主な機能</h3>
27  <h4>タイミング</h4>
28  <p>チャイルドパーティクルの放出タイミングです。</p>
29    <p>以下の表は、チャイルドを放出するタイミングの種類についてまとめたものです。</p>
30    <table>
31    <tbody>
32      <tr></tr>
33    </tbody>
34    <thead>
35      <tr>
36        <th>設定項目</th>
37        <th>説明</th>
38      </tr>
39    </thead>
40    <tbody>
41      <tr>
42        <th>親のパーティクルの生成時</th>
43        <td>発生源となるパーティクルと同じタイミングで放出されます。</td>
44      </tr>
45      <tr>
46        <th>親のパーティクルの消滅時</th>
47        <td>発生源となるパーティクルが消滅した直後に放出されます。</td>
48      </tr>
49      <tr>
50        <th>放出開始~終了を指定<br />( 寿命% )</th>
51        <td>放出タイミングを、発生減となるパーティクルの寿命に対する割合で指定します。寿命がランダムに変化する場合に便利です。</td>
52      </tr>
53      <tr>
54        <th>放出開始~終了を指定<br />( フレーム )</th>
55        <td>放出タイミングを、直接フレームで指定します。正確なタイミングで放出させたい場合に便利です。</td>
56      </tr>
57    </tbody>
58    <tbody>
59    </tbody>
60    </table>
61    <h4>エミッタ形状</h4>
62  <p>発生源となるパーティクルは、エミッタ形状の役割を持つことができます。エミッタ形状の種類はエミッタの形状と同じです。<br />
63エミッタ形状については<a href="../content/index.html#ParticleEmitter">こちら</a>を参考にしてください。</p>
64  <!-- InstanceEndEditable --> </div>
65  <div class="footer" />
66</div>
67</body>
68<!-- InstanceEnd --></html>
69