C# 클래스 Quelea.AbstractEmitterComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
continuousFlow bool
creationRate int
numAgents int
velocityMin Vector3d

보호된 메소드들

메소드 설명
AbstractEmitterComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing

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.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

메소드 상세

AbstractEmitterComponent() 보호된 메소드

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.
protected AbstractEmitterComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid string
리턴 System.Drawing

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

RegisterOutputParams() 보호된 메소드

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

프로퍼티 상세

continuousFlow 보호되어 있는 프로퍼티

protected bool continuousFlow
리턴 bool

creationRate 보호되어 있는 프로퍼티

protected int creationRate
리턴 int

numAgents 보호되어 있는 프로퍼티

protected int numAgents
리턴 int

velocityMin 보호되어 있는 프로퍼티

protected Vector3d velocityMin
리턴 Vector3d