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

Method material_set_vector2

StereoKit/Native/NativeAPI.cs:267–267  ·  view source on GitHub ↗
(IntPtr material, string name, Vec2   value)

Source from the content-addressed store, hash-verified

265 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_vector4 (IntPtr material, string name, Vec4 value);
266 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_vector3 (IntPtr material, string name, Vec3 value);
267 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_vector2 (IntPtr material, string name, Vec2 value);
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);

Callers 1

SetVectorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected