C# Class MonoUE.VisualStudio.VSUnrealAgent

Inheritance: UnrealAgentClient
Mostra file Open project: Tanner555/MonoUE Class Usage Examples

Public Methods

Method Description
VSUnrealAgent ( IUnrealAgentLogger log, string engineRoot, string gameRoot, string config ) : MonoUE.IdeAgent

Protected Methods

Method Description
OpenClass ( string className ) : void
OpenFile ( string file ) : void
OpenFunction ( string className, string functionName ) : void
OpenProperty ( string className, string propertyName ) : void

Method Details

OpenClass() protected method

protected OpenClass ( string className ) : void
className string
return void

OpenFile() protected method

protected OpenFile ( string file ) : void
file string
return void

OpenFunction() protected method

protected OpenFunction ( string className, string functionName ) : void
className string
functionName string
return void

OpenProperty() protected method

protected OpenProperty ( string className, string propertyName ) : void
className string
propertyName string
return void

VSUnrealAgent() public method

public VSUnrealAgent ( IUnrealAgentLogger log, string engineRoot, string gameRoot, string config ) : MonoUE.IdeAgent
log IUnrealAgentLogger
engineRoot string
gameRoot string
config string
return MonoUE.IdeAgent