C# 클래스 Quelea.AbstractAttractionForceComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
targetPt Point3d

보호된 메소드들

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

Initializes a new instance of the ViewForceComponent class.

GetInputs ( IGH_DataAccess da ) : bool

This is the method that actually does the work.

RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

메소드 상세

AbstractAttractionForceComponent() 보호된 메소드

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

This is the method that actually does the work.
protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess The DA object is used to retrieve from inputs and store in outputs.
리턴 bool

RegisterInputParams() 보호된 메소드

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
리턴 void

프로퍼티 상세

targetPt 보호되어 있는 프로퍼티

protected Point3d targetPt
리턴 Point3d