API Panel.Position.Camera.GetEye: Difference between revisions
Appearance
XML import |
XML import |
||
| Line 3: | Line 3: | ||
<div style="width:25%; float:right" class="toc"> | <div style="width:25%; float:right" class="toc"> | ||
===Class hierarchy===[[API Panel|Panel]] | ====Class hierarchy==== | ||
[[API Panel|Panel]] | |||
:[[API Panel.Position|Position]] | :[[API Panel.Position|Position]] | ||
::[[API Panel.Position.Camera|Camera]] | ::[[API Panel.Position.Camera|Camera]] | ||
| Line 19: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
''No additional information'' | ''<span style="color:red;">No additional information</span>'' | ||
==Examples== | ==Examples== | ||
| Line 25: | Line 27: | ||
* Declare a variable 'result' of type HANDLE | * Declare a variable 'result' of type HANDLE | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::Panel.Position.Camera.GetEye()</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Panel.Position.Camera.GetEye()</pre> | ||
''<span style="color:red;">No additional information</span>'' | |||
Revision as of 22:08, 11 May 2013
<sidebar>API contents</sidebar> Gets a handle to the eye camera position
Parameters
This function has no parameters
Return value
Returns the handle to the eye camera position
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type HANDLE
- Add to a calculation icon:
result = ::Panel.Position.Camera.GetEye()
No additional information