GAMEDEV.NET
Passing a method address as a function argument
Hello! Is there some way to pass a method address as an argument to a native function?I've read about delegates, but they need to be bound to an object.
0 Comments 0 Shares 83 Views