C# Класс Quelea.SurfaceEmitterComponent

Наследование: AbstractEmitterComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
SurfaceEmitterComponent ( ) : 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

Описание методов

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

SurfaceEmitterComponent() публичный Метод

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 SurfaceEmitterComponent ( ) : Grasshopper.Kernel
Результат Grasshopper.Kernel