C# Class Quelea.InitialVelocityBehaviorComponent

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

Méthodes publiques

Méthode Description
InitialVelocityBehaviorComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the InitialVelocityBehaviorComponent class.

Méthodes protégées

Méthode Description
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

Run ( ) : bool

Method Details

GetInputs() protected méthode

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Résultat bool

InitialVelocityBehaviorComponent() public méthode

Initializes a new instance of the InitialVelocityBehaviorComponent class.
public InitialVelocityBehaviorComponent ( ) : Grasshopper.Kernel
Résultat Grasshopper.Kernel

RegisterInputParams() protected méthode

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

Run() protected méthode

protected Run ( ) : bool
Résultat bool