This method of the Direct3dRM Class retrieves a Direct3dRMObject object, given its name.
public Direct3dRMObject getNamedObject(String name);
Returns the Direct3dRMObject object if successful; otherwise, null.
name | The name of the object to be searched for. |