C# Класс Quelea.AbstractBoidBehaviorComponent

Наследование: AbstractAgentBehaviorComponent
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
neighbors ISpatialCollection

Защищенные методы

Метод Описание
AbstractBoidBehaviorComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the EatBehaviorComponent class.

GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

Описание методов

AbstractBoidBehaviorComponent() защищенный Метод

Initializes a new instance of the EatBehaviorComponent class.
protected AbstractBoidBehaviorComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid string
Результат System.Drawing

GetInputs() защищенный Метод

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Результат bool

RegisterInputParams() защищенный Метод

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Результат void

Описание свойств

neighbors защищенное свойство

protected ISpatialCollection neighbors
Результат ISpatialCollection