MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / render_get_skylight

Method render_get_skylight

StereoKit/Native/NativeAPI.cs:467–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 [return: MarshalAs(UnmanagedType.Bool)]
466 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool render_has_capture_filter ();
467 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern SphericalHarmonics render_get_skylight ();
468 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_clear_color(Color color);
469 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color render_get_clear_color();
470 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_enable_skytex ([MarshalAs(UnmanagedType.Bool)] bool show_sky);

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected