C# Class Quelea.SetVelocityBehaviorComponent

Inheritance: AbstractParticleBehaviorComponent
Mostrar archivo Open project: lxfschr/Quelea

Public Methods

Method Description
SetVelocityBehaviorComponent ( ) : Grasshopper.Kernel

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

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

SetVelocityBehaviorComponent() public method

public SetVelocityBehaviorComponent ( ) : Grasshopper.Kernel
return Grasshopper.Kernel