Overload List
Name | Description | |
---|---|---|
![]() | GetObject(String) |
Get an object resource for the scale factor (scaling) Be sure to check for NULL as this function will return null if no resource is found You are responsible for correctly casting this object to the correct type |
![]() | GetObject(ResourceManager, String) |
Get an object from the passed in resource manager Be sure to check for NULL as this function will return null if no resource is found You are responsible for correctly casting this object to the correct type |
See Also