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

Method material_get_wireframe

StereoKit/Native/NativeAPI.cs:256–257  ·  view source on GitHub ↗
(IntPtr material)

Source from the content-addressed store, hash-verified

254 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Transparency material_get_transparency(IntPtr material);
255 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Cull material_get_cull (IntPtr material);
256 [return: MarshalAs(UnmanagedType.Bool)]
257 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_wireframe (IntPtr material);
258 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DepthTest material_get_depth_test (IntPtr material);
259 [return: MarshalAs(UnmanagedType.Bool)]
260 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_depth_write (IntPtr material);

Callers 1

MaterialClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected