C# Class Quelea.AbstractEnvironmentalForceComponent

Inheritance: AbstractAgentForceComponent
Mostrar archivo Open project: lxfschr/Quelea

Protected Properties

Property Type Description
environment AbstractEnvironmentType
visionRadiusMultiplier double

Protected Methods

Method Description
AbstractEnvironmentalForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System

Initializes a new instance of the ViewForceComponent class.

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

Registers all the input parameters for this component.

Method Details

AbstractEnvironmentalForceComponent() protected method

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

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_oe property

protected AbstractEnvironmentType environment
return AbstractEnvironmentType

visionRadiusMultiplier protected_oe property

protected double visionRadiusMultiplier
return double