- bake
GodotMethod!(BakedLightmap.BakeError, GodotObject, bool) bake;
Undocumented in source.
- debugBake
GodotMethod!(void) debugBake;
Undocumented in source.
- getBakeCellSize
GodotMethod!(double) getBakeCellSize;
Undocumented in source.
- getBakeMode
GodotMethod!(BakedLightmap.BakeMode) getBakeMode;
Undocumented in source.
- getBakeQuality
GodotMethod!(BakedLightmap.BakeQuality) getBakeQuality;
Undocumented in source.
- getCaptureCellSize
GodotMethod!(double) getCaptureCellSize;
Undocumented in source.
- getEnergy
GodotMethod!(double) getEnergy;
Undocumented in source.
- getExtents
GodotMethod!(Vector3) getExtents;
Undocumented in source.
- getImagePath
GodotMethod!(String) getImagePath;
Undocumented in source.
- getLightData
GodotMethod!(BakedLightmapData) getLightData;
Undocumented in source.
- getPropagation
GodotMethod!(double) getPropagation;
Undocumented in source.
- isHdr
GodotMethod!(bool) isHdr;
Undocumented in source.
- setBakeCellSize
GodotMethod!(void, double) setBakeCellSize;
Undocumented in source.
- setBakeMode
GodotMethod!(void, long) setBakeMode;
Undocumented in source.
- setBakeQuality
GodotMethod!(void, long) setBakeQuality;
Undocumented in source.
- setCaptureCellSize
GodotMethod!(void, double) setCaptureCellSize;
Undocumented in source.
- setEnergy
GodotMethod!(void, double) setEnergy;
Undocumented in source.
- setExtents
GodotMethod!(void, Vector3) setExtents;
Undocumented in source.
- setHdr
GodotMethod!(void, bool) setHdr;
Undocumented in source.
- setImagePath
GodotMethod!(void, String) setImagePath;
Undocumented in source.
- setLightData
GodotMethod!(void, BakedLightmapData) setLightData;
Undocumented in source.
- setPropagation
GodotMethod!(void, double) setPropagation;
Undocumented in source.