C# Class Quelea.AbstractParticleForceComponent

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

Protected Properties

Свойство Type Description
particle IParticle

Méthodes protégées

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

Initializes a new instance of the AbstractParticleForceComponent class.

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

Registers all the input parameters for this component.

Method Details

AbstractParticleForceComponent() protected méthode

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

ApplyDesiredVelocity() protected méthode

protected ApplyDesiredVelocity ( ) : Vector3d
Résultat Vector3d

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

particle protected_oe property

protected IParticle particle
Résultat IParticle