NTNMLModelStyle
@interface NTNMLModelStyle : NTBillboardStyle
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 NTBillboardOrientation)getOrientationMode;
Return Value
The orientation mode of the model.
-
Returns the scaling mode of the model.
Declaration
Objective-C
- (enum NTBillboardScaling)getScalingMode;
Return Value
The scaling mode of the model.
-
Returns the model asset of the object.
Declaration
Objective-C
- (NTBinaryData *)getModelAsset;
Return Value
The model asset of the object.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;