attach method
Attaches the controller to the given Interactive3dState.
Implementation
void attach(Interactive3dState state) {
_state = state;
}
Attaches the controller to the given Interactive3dState.
void attach(Interactive3dState state) {
_state = state;
}