NTNMLModelLODTreeEventListener
@interface NTNMLModelLODTreeEventListener : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Listener for NMLModelLODTree events like clicks etc.
-
Listener method that gets called when a click is performed on a NML model element. This method will NOT be called from the main thread.
Declaration
Objective-C
- (BOOL)onNMLModelLODTreeClicked:(NTNMLModelLODTreeClickInfo *)clickInfo;Parameters
clickInfoA container that provides information about the click.
Return Value
True if the click is handled and subsequent elements should not be handled. False if the next element should be called.
-
Listener method that gets called when a click is performed on a NML model element. This method will NOT be called from the main thread.
Declaration
Objective-C
- (BOOL)onNMLModelLODTreeClickedSwigExplicitNTNMLModelLODTreeEventListener: (NTNMLModelLODTreeClickInfo *)clickInfo;Parameters
clickInfoA container that provides information about the click.
Return Value
True if the click is handled and subsequent elements should not be handled. False if the next element should be called.
-
Undocumented
Declaration
Objective-C
-(id)init; -
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTNMLModelLODTreeEventListener Class Reference