attach method

void attach(
  1. Interactive3dState state
)

Attaches the controller to the given Interactive3dState.

Implementation

void attach(Interactive3dState state) {
  _state = state;
}