public GizmoResult(GizmoState state, Event interactEvent) { this.stateInt = state; this.interactEventInt = interactEvent; }
public GizmoResult(GizmoState state, Event interactEvent) { stateInt = state; interactEventInt = interactEvent; }
public GizmoResult(GizmoState state) { this.stateInt = state; this.interactEventInt = null; }
public GizmoResult(GizmoState state) { stateInt = state; interactEventInt = null; }