C# Класс Quelea.SurfaceEnvironmentComponentOld

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

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

Метод Описание
SurfaceEnvironmentComponentOld ( ) : System.Runtime.CompilerServices

Initializes a new instance of the WorldBoxEnvironmentComponent class.

Защищенные методы

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

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

Initializes a new instance of the WorldBoxEnvironmentComponent class.
public SurfaceEnvironmentComponentOld ( ) : System.Runtime.CompilerServices
Результат System.Runtime.CompilerServices