public interface RenderObject
ParameterList
objects.Modifier and Type | Method and Description |
---|---|
boolean |
update(ParameterList pl,
SunflowAPI api)
Update this object given a list of parameters.
|
boolean update(ParameterList pl, SunflowAPI api)
pl
- list of parameters to read fromapi
- reference to the current scenetrue
if the update is succesfull,
false
otherwise