Difference between revisions of "API Panel.Position.Camera.Spin"
From Flowcode Help
Jump to navigationJump to search (XML import of API auto-gen) |
(XML import) |
||
| Line 2: | Line 2: | ||
Rotates the camera along its view axis | Rotates the camera along its view axis | ||
| + | <div style="width:25%; float:right" class="toc"> | ||
| + | ===Class hierarchy=== | ||
| + | :Panel | ||
| + | ::Position | ||
| + | :::Camera | ||
| + | ::::Spin | ||
| + | </div> | ||
| + | __TOC__ | ||
| − | + | ==Parameters== | |
''[[Variable types|FLOAT]] Degrees'' | ''[[Variable types|FLOAT]] Degrees'' | ||
:Number of degrees to spin in the Z axis | :Number of degrees to spin in the Z axis | ||
| Line 10: | Line 18: | ||
:True to animate movement from the current position | :True to animate movement from the current position | ||
| − | + | ==Return value== | |
''This call does not return a value'' | ''This call does not return a value'' | ||
| − | + | ==Detailed description== | |
''No additional information'' | ''No additional information'' | ||
| − | + | ==Examples== | |
| − | + | ===Calling in a calculation=== | |
| − | * Add to a calculation icon: <pre class="brush:[ | + | * Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Position.Camera.Spin(degrees, true)</pre> |
Revision as of 16:15, 11 May 2013
<sidebar>API contents</sidebar> Rotates the camera along its view axis
Class hierarchy
- Panel
- Position
- Camera
- Spin
- Camera
- Position
Contents
Parameters
FLOAT Degrees
- Number of degrees to spin in the Z axis
BOOL Animate
- True to animate movement from the current position
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Position.Camera.Spin(degrees, true)