FFACETools.FFACE.GetTargetInfo C# (CSharp) Method

GetTargetInfo() private method

private GetTargetInfo ( int instanceID, TARGETINFO &targetInfo ) : void
instanceID int
targetInfo TARGETINFO
return void
        private static extern void GetTargetInfo(int instanceID, ref TARGETINFO targetInfo);
FFACE