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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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