VerticalOrigin
The vertical location of an origin relative to an object, e.g., a Billboard. For example, the vertical origin is used to display a billboard above or below (in screen space) of the actual position.
Members
- 
    
<static, constant> BOTTOM :Enumeration
 - 
    
    The origin is at the bottom of the object.
- Default Value:
 - 1
 
 - 
    
<static, constant> CENTER :Enumeration
 - 
    
    The origin is at the vertical center of the object.
- Default Value:
 - 0
 
 - 
    
<static, constant> TOP :Enumeration
 - 
    
    The origin is at the top of the object.
- Default Value:
 - -1
 
 
