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

Method solid_set_velocity

StereoKit/Native/NativeAPI.cs:334–334  ·  view source on GitHub ↗
(IntPtr solid, in Vec3 meters_per_second)

Source from the content-addressed store, hash-verified

332 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_move (IntPtr solid, in Vec3 position, in Quat rotation);
333 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_teleport (IntPtr solid, in Vec3 position, in Quat rotation);
334 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_set_velocity (IntPtr solid, in Vec3 meters_per_second);
335 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_set_velocity_ang(IntPtr solid, in Vec3 radians_per_second);
336 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_get_pose (IntPtr solid, out Pose out_pose);
337

Callers 1

SetVelocityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected