C# 클래스 Quelea.AbstractEnvironmentalForceComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
environment AbstractEnvironmentType
visionRadiusMultiplier double

보호된 메소드들

메소드 설명
AbstractEnvironmentalForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System

Initializes a new instance of the ViewForceComponent class.

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

Registers all the input parameters for this component.

메소드 상세

AbstractEnvironmentalForceComponent() 보호된 메소드

Initializes a new instance of the ViewForceComponent class.
protected AbstractEnvironmentalForceComponent ( string name, string nickname, string description, Bitmap icon, String componentGuid ) : System
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid String
리턴 System

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

프로퍼티 상세

environment 보호되어 있는 프로퍼티

protected AbstractEnvironmentType environment
리턴 AbstractEnvironmentType

visionRadiusMultiplier 보호되어 있는 프로퍼티

protected double visionRadiusMultiplier
리턴 double