C# 클래스 Quelea.AbstractParticleBehaviorComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
particle IParticle

보호된 메소드들

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

Initializes a new instance of the AbstractParticleBehaviorComponent class.

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

Registers all the input parameters for this component.

메소드 상세

AbstractParticleBehaviorComponent() 보호된 메소드

Initializes a new instance of the AbstractParticleBehaviorComponent class.
protected AbstractParticleBehaviorComponent ( 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

프로퍼티 상세

particle 보호되어 있는 프로퍼티

protected IParticle particle
리턴 IParticle