C# Класс Quelea.AbstractParticleForceComponent

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

Защищенные свойства (Protected)

Свойство Тип Описание
particle IParticle

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

Метод Описание
AbstractParticleForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System

Initializes a new instance of the AbstractParticleForceComponent class.

ApplyDesiredVelocity ( ) : Vector3d
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

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

AbstractParticleForceComponent() защищенный Метод

Initializes a new instance of the AbstractParticleForceComponent class.
protected AbstractParticleForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid String
Результат System

ApplyDesiredVelocity() защищенный Метод

protected ApplyDesiredVelocity ( ) : Vector3d
Результат Vector3d

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

Описание свойств

particle защищенное свойство

protected IParticle particle
Результат IParticle