Quantcast
Channel: Answers for "function properties in Unity Javascript"
Viewing all articles
Browse latest Browse all 4

Answer by Peter G

$
0
0
They're both function types. var myFunc : function = Update; then you can pass them to a function: function SomeAction ( target : Object , callback : function(Object) ) { callback(target); }

Viewing all articles
Browse latest Browse all 4

Trending Articles