C# Class Quelea.AbstractAgentBehaviorComponent

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

Protected Properties

Свойство Type Description
agent IAgent

Méthodes protégées

Méthode Description
AbstractAgentBehaviorComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AbstractAgentBehaviorComponent class.

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

Method Details

AbstractAgentBehaviorComponent() protected méthode

Initializes a new instance of the AbstractAgentBehaviorComponent class.
protected AbstractAgentBehaviorComponent ( 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

protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Résultat void

Property Details

agent protected_oe property

protected IAgent agent
Résultat IAgent