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

Method material_set_int3

StereoKit/Native/NativeAPI.cs:270–270  ·  view source on GitHub ↗
(IntPtr material, string name, int  value1, int value2, int value3)

Source from the content-addressed store, hash-verified

268 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_int (IntPtr material, string name, int value);
269 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_int2 (IntPtr material, string name, int value1, int value2);
270 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_int3 (IntPtr material, string name, int value1, int value2, int value3);
271 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_int4 (IntPtr material, string name, int value1, int value2, int value3, int value4);
272 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_bool (IntPtr material, string name, [MarshalAs(UnmanagedType.Bool)] bool value);
273 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_uint (IntPtr material, string name, uint value);

Callers 1

SetIntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected