C# Class Quelea.AbstractEnvironmentalBehaviorComponent

Inheritance: AbstractParticleBehaviorComponent
Show file Open project: lxfschr/Quelea

Protected Properties

Property Type Description
environment AbstractEnvironmentType

Protected Methods

Method Description
AbstractEnvironmentalBehaviorComponent ( 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

AbstractEnvironmentalBehaviorComponent() protected method

Initializes a new instance of the EatBehaviorComponent class.
protected AbstractEnvironmentalBehaviorComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid string
return System.Drawing

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

RegisterInputParams() protected method

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

Property Details

environment protected property

protected AbstractEnvironmentType environment
return AbstractEnvironmentType