FFACETools.FFACE.GetSearchName C# (CSharp) 메소드

GetSearchName() 개인적인 메소드

private GetSearchName ( int instanceID, short index, byte buffer, int &size ) : void
instanceID int
index short
buffer byte
size int
리턴 void
        private static extern void GetSearchName(int instanceID, short index, byte[] buffer, ref int size);
FFACE