MSFNMLModelStyle
Objective-C
@interface MSFNMLModelStyle : MSFBillboardStyle
Swift
class MSFNMLModelStyle : MSFBillboardStyle
A style for NML models. Contains attributes for configuring how the model is drawn on the screen.
-
Returns the orientation mode of the model.
Declaration
Objective-C
- (enum MSFBillboardOrientation)getOrientationMode;Swift
func getOrientationMode() -> MSFBillboardOrientationReturn Value
The orientation mode of the model.
-
Returns the scaling mode of the model.
Declaration
Objective-C
- (enum MSFBillboardScaling)getScalingMode;Swift
func getScalingMode() -> MSFBillboardScalingReturn Value
The scaling mode of the model.
-
Returns the model asset of the object.
Declaration
Objective-C
- (MSFBinaryData *)getModelAsset;Swift
func getModelAsset() -> MSFBinaryData!Return Value
The model asset of the object.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()