C# Class Quelea.AbstractBoidBehaviorComponent

Inheritance: AbstractAgentBehaviorComponent
Afficher le fichier Open project: lxfschr/Quelea

Protected Properties

Свойство Type Description
neighbors ISpatialCollection

Méthodes protégées

Méthode Description
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.

Method Details

AbstractBoidBehaviorComponent() protected méthode

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
Résultat System.Drawing

GetInputs() protected méthode

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Résultat bool

RegisterInputParams() protected méthode

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Résultat void

Property Details

neighbors protected_oe property

protected ISpatialCollection neighbors
Résultat ISpatialCollection