Passing a method address as a function argument
gamedev.net
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 ·119 Views