onLODLevelSelection property

void Function(num distance, Mesh mesh, Mesh selectedLevel) get onLODLevelSelection

Implementation

external void Function(num distance, Mesh mesh, Mesh selectedLevel) get onLODLevelSelection;
set onLODLevelSelection (void onLODLevelSelection(num distance, Mesh mesh, Mesh selectedLevel))

Implementation

external set onLODLevelSelection(void Function(num distance, Mesh mesh, Mesh selectedLevel) onLODLevelSelection);