C# 클래스 OfficialPlugins.GlueView.InteractiveInterface

상속: System.MarshalByRefObject, IInteractiveInterface
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
InteractiveInterface ( IGlueCommands glueCommands, IGlueState glueState ) : System
SelectNamedObjectSave ( string containerName, string namedObjectName ) : void
UpdateNamedObjectSave ( string containerName, string associatedNamedObjectSave ) : void

메소드 상세

InteractiveInterface() 공개 메소드

public InteractiveInterface ( IGlueCommands glueCommands, IGlueState glueState ) : System
glueCommands IGlueCommands
glueState IGlueState
리턴 System

SelectNamedObjectSave() 공개 메소드

public SelectNamedObjectSave ( string containerName, string namedObjectName ) : void
containerName string
namedObjectName string
리턴 void

UpdateNamedObjectSave() 공개 메소드

public UpdateNamedObjectSave ( string containerName, string associatedNamedObjectSave ) : void
containerName string
associatedNamedObjectSave string
리턴 void