Moe.StateMachine.Transitions.Transition.Matches C# (CSharp) 메소드

Matches() 공개 메소드

public Matches ( EventInstance eventToMatch ) : bool
eventToMatch Moe.StateMachine.Events.EventInstance
리턴 bool
		public virtual bool Matches(EventInstance eventToMatch)
		{
			return eventToMatch.MatchesTransition(this);
		}
	}