Closed thechubbypanda closed 4 years ago
Allows for changing which way a light points, for example, while attached to a body in case the body needs to pointing another way. Current alternative is to extend the light class in question which is, last I checked, not good practice.
Note, it may be cleaner to just make the fields public rather than using getters and setters,
Allows for changing which way a light points, for example, while attached to a body in case the body needs to pointing another way. Current alternative is to extend the light class in question which is, last I checked, not good practice.