TransitionEntryEvent constructor

TransitionEntryEvent(
  1. int from,
  2. int to
)

Default constructor.

Implementation

TransitionEntryEvent(this.from, this.to);