C# Class FFACETools.FFACE.TargetTools

Wrapper class for target information from FFACE
Show file Open project: golfandsurf/Campah

Private Properties

Property Type Description
GetTargetInformation TARGETINFO

Public Methods

Method Description
TargetTools ( int instanceID ) : System

Constructor

Private Methods

Method Description
GetTargetInformation ( ) : TARGETINFO

Gets the TARGETINFO struct from FFACE

Method Details

TargetTools() public method

Constructor
public TargetTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
return System