C# 클래스 Agent.EmitterDescription

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

공개 메소드들

메소드 설명
EmitterDescription ( string name, string nickname, string description, string category, string subcategory ) : Grasshopper.Kernel
NewInstanceGuid ( ) : void
NewInstanceGuid ( System.Guid UUID ) : void
Read ( GH_IO reader ) : bool
Write ( GH_IO writer ) : bool

메소드 상세

EmitterDescription() 공개 메소드

public EmitterDescription ( string name, string nickname, string description, string category, string subcategory ) : Grasshopper.Kernel
name string
nickname string
description string
category string
subcategory string
리턴 Grasshopper.Kernel

NewInstanceGuid() 공개 메소드

public NewInstanceGuid ( ) : void
리턴 void

NewInstanceGuid() 공개 메소드

public NewInstanceGuid ( System.Guid UUID ) : void
UUID System.Guid
리턴 void

Read() 공개 메소드

public Read ( GH_IO reader ) : bool
reader GH_IO
리턴 bool

Write() 공개 메소드

public Write ( GH_IO writer ) : bool
writer GH_IO
리턴 bool