Updated CameraPanel (markdown)

master
DianeXceed 9 years ago
parent
commit
792fd78b62
  1. 31
      CameraPanel.md

31
CameraPanel.md

@ -5,20 +5,21 @@ Derives from AnimationPanel
CameraPanel lays out its children in a 3D-like space. You can give the children a 3D location and set the camera position for the panel.
![](CameraPanel_camerapanel.jpg)
[[CameraPanel_camerapanel.jpg]]
## Properties
|| Property || Description
| * | All the Properties from [Canvas](Canvas) Panel
| Depth (attached) | Gets or sets the Depth property.
| CameraX | Gets or sets the camera's X or left value.
| CameraY | Gets or sets the camera's Y or top value.
| CameraZ | Gets or sets the camera's Z or depth value.
| Left (attached) | Gets or sets the Left property.
| Top (attached) | Gets or sets the Top property.
| ZScaleFactor | Gets or sets the ZScaleFactor value.
### Properties
| Property | Description |
| --- | --- |
| * | All the Properties from [[Canvas]] Panel |
| Depth (attached) | Gets or sets the Depth property. |
| CameraX | Gets or sets the camera's X or left value. |
| CameraY | Gets or sets the camera's Y or top value. |
| CameraZ | Gets or sets the camera's Z or depth value. |
| Left (attached) | Gets or sets the Left property. |
| Top (attached) | Gets or sets the Top property. |
| ZScaleFactor | Gets or sets the ZScaleFactor value. |
## Events
|| Event || Description
| * | All the Events from [Canvas](Canvas) Panel.
---
### Events
| Event | Description |
| --- | --- |
| * | All the Events from [[Canvas]] Panel. |

Loading…
Cancel
Save