C# 클래스 Quelea.ParticleComponent

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

공개 메소드들

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

Initializes a new instance of the ParticleComponent class.

보호된 메소드들

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

Registers all the input parameters for this component.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

메소드 상세

GetInputs() 보호된 메소드

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

ParticleComponent() 공개 메소드

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

RegisterInputParams() 보호된 메소드

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

RegisterOutputParams() 보호된 메소드

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
리턴 void

SetOutputs() 보호된 메소드

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
리턴 void