C# Class Quelea.AbstractSeekForceComponent

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

Protected Properties

Свойство Type Description
targetPt Point3d

Méthodes protégées

Méthode Description
AbstractSeekForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System

Initializes a new instance of the AbstractSeekForceComponent class.

GetInputs ( IGH_DataAccess da ) : bool

This is the method that actually does the work.

RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

Method Details

AbstractSeekForceComponent() protected méthode

Initializes a new instance of the AbstractSeekForceComponent class.
protected AbstractSeekForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid String
Résultat System

GetInputs() protected méthode

This is the method that actually does the work.
protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess The DA object is used to retrieve from inputs and store in outputs.
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

targetPt protected_oe property

protected Point3d targetPt
Résultat Point3d