Builder.exposeObject

Add object to the builder object pool so it can be referenced just like any other object built by builder.

class Builder
void
exposeObject

Parameters

name string

the name of the object exposed to the builder

object ObjectG

the object to expose

Meta