C# 클래스 Quelea.AbstractAgentBehaviorComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
agent IAgent

보호된 메소드들

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

Initializes a new instance of the AbstractAgentBehaviorComponent class.

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

메소드 상세

AbstractAgentBehaviorComponent() 보호된 메소드

Initializes a new instance of the AbstractAgentBehaviorComponent class.
protected AbstractAgentBehaviorComponent ( 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() 보호된 메소드

protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
리턴 void

프로퍼티 상세

agent 보호되어 있는 프로퍼티

protected IAgent agent
리턴 IAgent