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>Pane Information Paste Control Window</title> 8</head> 9<body> 10<h1 id="COPYCONTROL_WINDOW">Pane Information Paste Control Window</h1> 11 12<p>This window is used to select information to be copied and pasted.</p> 13<p>This is used when you want to paste animation information that cannot be pasted using the paste pane item on the menu. It is also used when you want to set the same size and position for more than one pane.</p> 14<p>The following points must be taken into account in regards to paste information.</p> 15<ul type="disc"> 16 <li><strong>The paste source pane must be a single pane. </strong><br> When copying the paste source pane, perform the copy by selecting a single pane.</li> 17 <li><strong>The target parameter is valid only if it can be pasted onto the destination pane. </strong><br> If the destination consists of multiple panes, it must be possible to paste the target parameter onto all of the panes.</li> 18</ul > 19<table valign="top" align="center" style="border-width: 0"> 20<tr><td valign="top" align="left" style="border-width : 0"> 21 22<p class="img"> 23 <img src="images/copyctrl_window.gif" alt="Pane Information Paste Control Window"> 24</p> 25 26</td> 27<td valign="top" align="left" style="border-width : 0"> 28<p> </p> 29 30<ol class="ui"> 31 <!-- =================================================== --> 32 <li> 33 <p>Selects the basic information for the pane to be copied.</p> 34 <dl class="enum"> 35 <dt>Position</dt><dd>Display position of the pane</dd> 36 <dt>Size</dt><dd>Size of the pane</dd> 37 <dt>Scale</dt><dd>Scale of the pane.</dd> 38 <dt>Rotation</dt><dd>Rotation of the pane</dd> 39 <dt>Comments</dt><dd>Comment attached to the pane</dd> 40 <dt>User information</dt><dd>User information attached to the pane</dd> 41 <dt>Transparency</dt><dd>Transparency of the pane</dd> 42 <dt>Miscellaneous flags</dt><dd>Flags for setting things such as whether to display the pane</dd> 43 </dl> 44 </li> 45 46 <!-- =================================================== --> 47 <li> 48 <p>Selects the information for the picture pane to be copied. The pane to be copied is a picture pane.</p> 49 <dl class="enum"> 50 <dt>Vertex color</dt><dd>Vertex color setting for the four corners</dd> 51 <dt>Texture coordinates</dt><dd>The number of texture coordinates to be used and coordinate settings</dd> 52 </dl> 53 </li> 54 55 <!-- =================================================== --> 56 <li> 57 <p>Selects the information for the textbox pane to be copied. The pane to be copied is a textbox pane.</p> 58 <dl class="enum"> 59 <dt>Fonts</dt><dd>Font used to display text</dd> 60 <dt>String</dt><dd>Text to be displayed</dd> 61 <dt>Position of text</dt><dd>Standard display position of text</dd> 62 <dt><B>Character size</B></dt><dd>Display size of the text</dd> 63 <dt>Character spacing</dt><dd>Space displayed between characters</dd> 64 <dt>Text color</dt><dd>Display color of the text</dd> 65 </dl> 66 </li> 67 68 <!-- =================================================== --> 69 <li> 70 <p>Selects the information for the window pane to be copied. The pane to be copied is a window pane.</p> 71 <dl class="enum"> 72 <dt>Content region information</dt><dd>Content area settings</dd> 73 <dt>Frame region information</dt><dd>Frame region settings</dd> 74 </dl> 75 </li> 76 77 <!-- =================================================== --> 78 <li> 79 <p>Selects the information for the material to be copied. The pane being copied includes a material.</p> 80 <dl class="enum"> 81 <dt>Textures</dt><dd>The texture to be used and associated settings</dd> 82 <dt>Color interpolation</dt><dd>Monochrome interpolation color setting</dd> 83 <dt>Detailed information</dt><dd>Detailed settings for the material such as its material color</dd> 84 </dl> 85 </li> 86 87 <!-- =================================================== --> 88 <li> 89 <p>Selects the information for the vector component to be copied. The targets for copying are the vector component information, such as the pane position and the rotation.</p> 90 <dl class="enum"> 91 <dt>X value</dt><dd>X-axis component of the vector</dd> 92 <dt>Y value</dt><dd>Y-axis component of the vector</dd> 93 <dt>Z value</dt><dd>Z-axis component of the vector</dd> 94 </dl> 95 </li> 96 97 <!-- =================================================== --> 98 <li> 99 <p>Selects the information for the color component to be copied. The targets for copying are the information kept by the color components, such as the pane transparency and vertex color.</p> 100 <dl class="enum"> 101 <dt>R</dt> 102 <dd>Red component of the color</dd> 103 <dt>G</dt> 104 <dd>Green component of the color</dd> 105 <dt>B</dt> 106 <dd>Blue component of the color</dd> 107 <dt>A</dt> 108 <dd>Alpha component of the color</dd> 109 </dl> 110 </li> 111 112 <!-- =================================================== --> 113 <li> 114 <p>Selects the animation format to be copied.</p> 115 <dl class="enum"> 116 <dt>Pane SRT</dt><dd>Animation in which the Scale, Rotate, Translate, and/or Size of a pane is made to change</dd> 117 <dt>Visibility</dt><dd>Animation in which the visibility of a pane is made to change</dd> 118 <dt>Vertex color</dt><dd>Animation in which the vertex color of a pane is made to change</dd> 119 <dt>Material color</dt><dd>Animation in which the material color of a pane is made to change</dd> 120 <dt>Texture pattern</dt><dd>Animation in which the texture displayed for panes is swapped</dd> 121 <dt>Texture SRT</dt><dd>Animation in which the Scale, Rotate, and/or Translate of textures displayed in a pane are made to change</dd> 122 </dl> 123 </li> 124 125 <!-- =================================================== --> 126 <li> 127 <p>Deletes the key information of the animation frame of the target pane and completely replaces it with that of the animation of the copy source pane.</p> 128 </li> 129 130 <!-- =================================================== --> 131 <li> 132 <p>Pastes the specified information to the selected pane.</p> 133 </li> 134</ol> 135 136</td> 137</tr> 138</table> 139 140<hr><p>CONFIDENTIAL</p></body> 141</html> 142