This enum defines the orientation transform behavior of transient graphics.
Public Enum OrientationBehavior World Screen ZAxis End Enum
public enum OrientationBehavior {
World,
Screen,
ZAxis
}
| Members | Description |
|---|---|
| World | Specification of transforms in world space. This is the default behavior |
| Screen | This orients the geometry to the screen plane regardless of world coordinate system orientation |
| ZAxis | This is an orientation to the screen except for the Z-axis which follows the world coordinate system Z rotation |