The identifier for the GameObject that you want to bind the Update function on.
The Update function you want to assign to this GameObject. The Update function should contain one parameter, that Unity will pass the owner GameObject's identifier to this parameter.
Generated using TypeDoc
Sets the Update function of a given GameObject