C# Class Quelea.InitialVelocityBehaviorComponent

Inheritance: AbstractParticleBehaviorComponent
Mostrar archivo Open project: lxfschr/Quelea

Public Methods

Method Description
InitialVelocityBehaviorComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the InitialVelocityBehaviorComponent class.

Protected Methods

Method 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 method

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

InitialVelocityBehaviorComponent() public method

Initializes a new instance of the InitialVelocityBehaviorComponent class.
public InitialVelocityBehaviorComponent ( ) : Grasshopper.Kernel
return Grasshopper.Kernel

RegisterInputParams() protected method

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

Run() protected method

protected Run ( ) : bool
return bool