C# 클래스 Terrarium.Renderer.OrganismClickedEventArgs

Provides access to information about a click in the TerrariumDirectDrawGameView. A click can correspond to a creature, and this class provides access to the creature clicked.
상속: System.EventArgs
파일 보기 프로젝트 열기: eugeniomiro/Terrarium 1 사용 예제들

공개 메소드들

메소드 설명
OrganismClickedEventArgs ( OrganismBase.OrganismState state ) : System

Creates event args that identify a clicked creature.

메소드 상세

OrganismClickedEventArgs() 공개 메소드

Creates event args that identify a clicked creature.
public OrganismClickedEventArgs ( OrganismBase.OrganismState state ) : System
state OrganismBase.OrganismState State of the creature that was clicked.
리턴 System