onLODLevelSelection property

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

Implementation

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

Implementation

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