AmbientLight

From Crumbled World Wiki
Revision as of 12:56, 5 July 2025 by Anders (talk | contribs) (Created page with "{{:AmbientLightLightExampleCode}} ==Inheritance== SceneNode ==Static functions== {| class="wikitable" !|return !|function !|description |- |AmbientLight |new(Vec3 color) |Create a new Instance of the the AmbientLight |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec3 |getColor() |Get the color of the light. |- | |setColor(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AmbientLightLightExampleCode

Inheritance

SceneNode

Static functions

return function description
AmbientLight new(Vec3 color) Create a new Instance of the the AmbientLight

Functions

return function description
Vec3 getColor() Get the color of the light.
setColor(Vec3 color) Set the color of the light.