Constructor
new(x:Float = 0, y:Float = 0, z:Float = 0, width:Float = 0, height:Float = 0, depth:Float = 0)
Parameters:
x | The initial X position of the Flx3DObject. |
|---|---|
y | The initial Y position of the Flx3DObject. |
Z | The initial Z position of the Flx3DObject. |
width | The desired width of the Flx3DObject. |
height | The desired height of the Flx3DObject. |
depth | The desired depth (length along the Z axis) of the Flx3DObject. |