コード例 #1
0
	HAPI_CreateCustomSession( HAPI_SessionType session_type, byte[] session_info, out HAPI_Session session );
コード例 #2
0
	HAPI_BindCustomImplementation( HAPI_SessionType session_type, string dll_path );
コード例 #3
0
 HAPI_CreateCustomSession(HAPI_SessionType session_type, byte[] session_info, out HAPI_Session session);
コード例 #4
0
 HAPI_BindCustomImplementation(HAPI_SessionType session_type, string dll_path);
コード例 #5
0
 private static extern HAPI_Result HAPI_BindCustomImplementation( HAPI_SessionType session_type, string dll_path );
コード例 #6
0
 private static extern HAPI_Result HAPI_CreateCustomSession( HAPI_SessionType session_type, byte[] session_info, out HAPI_Session session );