API Panel.Position.Camera.GetTarget: Difference between revisions
Appearance
XML import of API auto-gen |
XML import |
||
| Line 2: | Line 2: | ||
Gets a handle to the eye camera position | Gets a handle to the eye camera position | ||
<div style="width:25%; float:right" class="toc"> | |||
===Class hierarchy=== | |||
:Panel | |||
::Position | |||
:::Camera | |||
::::GetTarget | |||
</div> | |||
__TOC__ | |||
==Parameters== | |||
''This function has no parameters'' | ''This function has no parameters'' | ||
==Return value== | |||
[[Variable types|HANDLE]] | [[Variable types|HANDLE]] | ||
Returns the handle to the eye camera position | Returns the handle to the eye camera position | ||
==Detailed description== | |||
''No additional information'' | ''No additional information'' | ||
==Examples== | |||
===Calling in a calculation=== | |||
* Declare a variable 'result' of type HANDLE | * Declare a variable 'result' of type HANDLE | ||
* Add to a calculation icon: <pre class="brush:[ | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Panel.Position.Camera.GetTarget()</pre> | ||
Revision as of 16:13, 11 May 2013
<sidebar>API contents</sidebar> Gets a handle to the eye camera position
Class hierarchy
- Panel
- Position
- Camera
- GetTarget
- 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.GetTarget()