C# 클래스 Quelea.InitialVelocityBehaviorComponent

상속: AbstractParticleBehaviorComponent
파일 보기 프로젝트 열기: lxfschr/Quelea

공개 메소드들

메소드 설명
InitialVelocityBehaviorComponent ( ) : Grasshopper.Kernel

Initializes a new instance of the InitialVelocityBehaviorComponent class.

보호된 메소드들

메소드 설명
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

Run ( ) : bool

메소드 상세

GetInputs() 보호된 메소드

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
리턴 bool

InitialVelocityBehaviorComponent() 공개 메소드

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

RegisterInputParams() 보호된 메소드

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

Run() 보호된 메소드

protected Run ( ) : bool
리턴 bool