NTBillboardStyle
@interface NTBillboardStyle : NTStyle
A base class for BillboardStyle subclasses.
-
Returns the horizontal attaching anchor point of the billoard.
Declaration
Objective-C
- (float)getAttachAnchorPointX;
Return Value
The horizontal attaching anchor point of the billoard.
-
Returns the vertical attaching anchor point of the billoard.
Declaration
Objective-C
- (float)getAttachAnchorPointY;
Return Value
The vertical attaching anchor point of the billoard.
-
Returns the state of the causes overlap flag.
Declaration
Objective-C
- (BOOL)isCausesOverlap;
Return Value
True if this billboard causes overlapping with other billboards behind it.
-
Returns the state of the allow overlap flag.
Declaration
Objective-C
- (BOOL)isHideIfOverlapped;
Return Value
True if this billboard can be hidden by overlapping billboards in front of it.
-
Returns the horizontal offset of the billboard.
Declaration
Objective-C
- (float)getHorizontalOffset;
Return Value
The horizontal offset of the billboard, units depend on the scaling mode.
-
Returns the vertical offset of the billboard.
Declaration
Objective-C
- (float)getVerticalOffset;
Return Value
The vertical offset of the billboard, units depend on the scaling mode.
-
Returns the placement priority of the billboard.
Declaration
Objective-C
- (int)getPlacementPriority;
Return Value
The placement priority of the billboard.
-
Returns the state of the scale with DPI flag.
Declaration
Objective-C
- (BOOL)isScaleWithDPI;
Return Value
True if this billboard’s size will be scaled using the screen dot’s per inch parameter.
-
Returns the animation style of the billboard.
Declaration
Objective-C
- (NTAnimationStyle *)getAnimationStyle;
Return Value
The animation style of the billboard. Can be null if animations are not used.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;