C# 클래스 Quelea.BoxEmitterComponent

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

공개 메소드들

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

Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.

보호된 메소드들

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

Registers all the input parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

메소드 상세

BoxEmitterComponent() 공개 메소드

Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.
public BoxEmitterComponent ( ) : Grasshopper.Kernel
리턴 Grasshopper.Kernel

GetInputs() 보호된 메소드

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

RegisterInputParams() 보호된 메소드

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

SetOutputs() 보호된 메소드

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