C# 클래스 CyPhyComponentExporter.CyPhyComponentExporterInterpreter.ComponentIndex

파일 보기 프로젝트 열기: metamorph-inc/meta-core

공개 메소드들

메소드 설명
AddMember ( String Name, String AVMID, String InstanceID, String ModelPath, String Classification ) : void
ComponentIndex ( ) : System
Serialize ( ) : string
SerializeToFile ( String path ) : void

메소드 상세

AddMember() 공개 메소드

public AddMember ( String Name, String AVMID, String InstanceID, String ModelPath, String Classification ) : void
Name String
AVMID String
InstanceID String
ModelPath String
Classification String
리턴 void

ComponentIndex() 공개 메소드

public ComponentIndex ( ) : System
리턴 System

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

SerializeToFile() 공개 메소드

public SerializeToFile ( String path ) : void
path String
리턴 void