MSFBillboardStyle
A base class for BillboardStyle subclasses.
-
Returns the horizontal attaching anchor point of the billoard.
Declaration
Objective-C
- (float)getAttachAnchorPointX;Swift
func getAttachAnchorPointX() -> FloatReturn Value
The horizontal attaching anchor point of the billoard.
-
Returns the vertical attaching anchor point of the billoard.
Declaration
Objective-C
- (float)getAttachAnchorPointY;Swift
func getAttachAnchorPointY() -> FloatReturn Value
The vertical attaching anchor point of the billoard.
-
Returns the state of the causes overlap flag.
Declaration
Objective-C
- (BOOL)isCausesOverlap;Swift
func isCausesOverlap() -> BoolReturn 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;Swift
func isHideIfOverlapped() -> BoolReturn 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;Swift
func getHorizontalOffset() -> FloatReturn 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;Swift
func getVerticalOffset() -> FloatReturn 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;Swift
func getPlacementPriority() -> Int32Return Value
The placement priority of the billboard.
-
Returns the state of the scale with DPI flag.
Declaration
Objective-C
- (BOOL)isScaleWithDPI;Swift
func isScaleWithDPI() -> BoolReturn 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
- (MSFAnimationStyle *)getAnimationStyle;Swift
func getAnimationStyle() -> MSFAnimationStyle!Return Value
The animation style of the billboard. Can be null if animations are not used.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()