IO.loadTo

Load a resource by reference. This is the same as Node.load.

interface IO
void
loadTo
(
this This
T
)
(
ref T resource
)

Parameters

resource T

Resource to load. It will be updated with identifying information.

Meta