~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to doc/pasdoc/html/X3DNodes.TEffectPartNode.html

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2013-09-08 21:18:46 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130908211846-zzo3xbeb11fn1vil
Tags: 4.1.1-1
* New upstream release
  - Drop all patches, applied upstream
  - Add fp-units-net to Build-depends
* Add myself to uploaders
* Reorganize d/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<title>Castle Game Engine: X3DNodes: Class TEffectPartNode</title>
5
 
<meta name="generator" content="PasDoc 0.12.1">
 
5
<meta name="generator" content="PasDoc 0.13.0">
6
6
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
7
7
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
8
8
</head>
47
47
</tr>
48
48
<tr class="list2">
49
49
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
50
 
<td class="itemcode"><code>function <b><a  href="X3DNodes.TEffectPartNode.html#LoadContents">LoadContents</a></b>: string;</code></td>
 
50
<td class="itemcode"><code>function <b><a  href="X3DNodes.TEffectPartNode.html#Contents">Contents</a></b>: string;</code></td>
51
51
</tr>
52
52
</table>
53
53
<a name="PasDoc-Properties"></a><h3 class="summary">Properties</h3>
60
60
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
61
61
<td class="itemcode"><code>property <b><a  href="X3DNodes.TEffectPartNode.html#FdUrl">FdUrl</a></b>: <a  href="X3DFields.TMFString.html">TMFString</a> read FFdUrl;</code></td>
62
62
</tr>
63
 
<tr class="list">
64
 
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
65
 
<td class="itemcode"><code>property <b><a  href="X3DNodes.TEffectPartNode.html#UsedFullUrl">UsedFullUrl</a></b>: string read FUsedFullUrl;</code></td>
66
 
</tr>
67
63
</table>
68
64
<h2 class="description">Description</h2>
69
65
<h3 class="detail">Methods</h3>
94
90
<table class="detail wide_list">
95
91
<tr class="list">
96
92
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
97
 
<td class="itemcode"><a name="LoadContents"></a><code>function <b>LoadContents</b>: string;</code></td>
 
93
<td class="itemcode"><a name="Contents"></a><code>function <b>Contents</b>: string;</code></td>
98
94
</tr>
99
95
<tr><td colspan="2">
100
96
<p>
101
 
Load shader code from node's URLs. Will return '' if no valid URLs are present. Note that in XML encoding, URLs also contain XML CDATA. Sets <a class="normal" href="X3DNodes.TEffectPartNode.html#UsedFullUrl">UsedFullUrl</a>.</p>
 
97
Load shader code from node's URLs. In X3D XML encoding, also loads node's XML CDATA as a last resort. Will return '' if no valid URLs are present, loading errors are reported to <a class="normal" href="CastleWarnings.html#OnWarning">OnWarning</a>.</p>
102
98
</td></tr>
103
99
</table>
104
100
<h3 class="detail">Properties</h3>
118
114
<tr><td colspan="2">
119
115
&nbsp;</td></tr>
120
116
</table>
121
 
<table class="detail wide_list">
122
 
<tr class="list">
123
 
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
124
 
<td class="itemcode"><a name="UsedFullUrl"></a><code>property <b>UsedFullUrl</b>: string read FUsedFullUrl;</code></td>
125
 
</tr>
126
 
<tr><td colspan="2">
127
 
<p>
128
 
Once the <a class="normal" href="X3DNodes.TEffectPartNode.html#LoadContents">LoadContents</a> is called, this is set to the URL that was used to load the shader contents. See also <a class="normal" href="X3DNodes.TShaderPartNode.html#UsedFullUrl">TShaderPartNode.UsedFullUrl</a>.</p>
129
 
</td></tr>
130
 
</table>
131
 
<hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.12.1</a> on 2013-02-04 20:26:56</em>
 
117
<hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.13.0</a> on 2013-08-17 21:27:17</em>
132
118
</span>
133
119
</td></tr></table></body></html>