Package | at.core |
Class | public class SiteMap3DLayoutModes |
layoutMode
property of
the SiteMap3DModule
.
Constant | Defined by | ||
---|---|---|---|
CAROUSEL : String = "carousel" [static]
Selecting
carousel arranges the panels in a circle
facing outwards from the center. | SiteMap3DLayoutModes | ||
IMAGE_STACK : String = "imageStack" [static]
Selecting
imageStack for the layoutMode
arranges the panels in a fanned out orientation behind a centered
selected panel. | SiteMap3DLayoutModes |
CAROUSEL | constant |
public static const CAROUSEL:String = "carousel"
Selecting carousel
arranges the panels in a circle
facing outwards from the center. The panels then rotate around
the center similar to a Merry-Go-Round.
IMAGE_STACK | constant |
public static const IMAGE_STACK:String = "imageStack"
Selecting imageStack
for the layoutMode
arranges the panels in a fanned out orientation behind a centered
selected panel.