1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6	<link href="../../css/manpage.css" rel="stylesheet" type="text/css">
7	<title>Properties</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="PROPERTY">Properties</h1>
13
14<p>
15The properties of the selected object are displayed in the <a href="#PROPERTY_WINDOW">Property Window</a>.<br> This window is used for editing the properties.
16</p>
17
18<p>
19The information displayed in the Property Window will vary, depending on the kind of object that has been selected.
20</p>
21
22<ul class="sub_page">
23	<li><a href="effect_all.html">Effect</a></li>
24	<li><a href="emitter_all.html">Emitter</a></li>
25	<li><a href="particle_all.html">Particles</a></li>
26	<li><a href="material_all.html">Material</a></li>
27	<li><a href="child_particle.html">Child particles</a></li>
28</ul>
29
30<!-- =================================================== -->
31<h2 id="PROPERTY_WINDOW">Property Window</h2>
32
33<p class="img">
34	<img src="images/property_window.gif" alt="Property Window">
35</p>
36
37<ol class="ui">
38	<li>
39		Fixes the target object.<br> When the target object is fixed, the target object does not change even if the selected object changes.
40	</li>
41
42	<li>
43		Displays the name of the object that is the property setting target.<br> When multiple objects are selected, the names of objects in focus and the number of selected objects of the same type are displayed.
44	</li>
45
46	<li>
47		Displays property items of the target object.<br> When a property item is selected, the details of the selected item are displayed on the right side of the dialog box.<br> The composition of the property items will depend on the target object's type.
48	</li>
49
50	<li>
51		Copies the settings of the selected property item.<br> If the property item has child items, all settings are copied, including the child items.<br> Select the root directory to copy all settings of the object.
52	</li>
53
54	<li>
55		Pastes the copied properties.<br> To paste, same items as the copied property items must be selected.
56	</li>
57
58	<li>
59		<p>
60			Sets the task comment for the target object.<br> The same text appears here as displayed for comments in the <B>Project Window</B>.
61		</p>
62		<p class=warn>
63			The task comments are saved in the project file, but are not reflected in the binary resource.<br> Use the comment field to make explanatory remarks about objects when working with 3DEditor.
64		</p>
65	</li>
66
67	<li>
68		<p>
69			Displays property windows having the same target object in another window.<br> There are no restrictions on the number of windows that can be displayed.<br>
70		</p>
71		<p>
72			Using this feature, the following operations are possible.
73		</p>
74		<ul class="list">
75			<li>Displaying properties for several objects at once.</li>
76			<li>Displaying different property items of the same object at once.</li>
77		</ul>
78	</li>
79
80	<li>
81		Displays details of the selected property item.<br> Properties are edited in this view.
82	</li>
83</ol>
84
85<hr><p>CONFIDENTIAL</p></body>
86</html>
87