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

Method material_get_chain

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

Source from the content-addressed store, hash-verified

260 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_depth_write (IntPtr material);
261 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int material_get_queue_offset(IntPtr material);
262 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_chain (IntPtr material);
263 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_float (IntPtr material, string name, float value);
264 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_color (IntPtr material, string name, Color value);
265 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_vector4 (IntPtr material, string name, Vec4 value);

Callers 1

MaterialClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected