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

Method sprite_get_height

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

Source from the content-addressed store, hash-verified

430 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sprite_draw_at (IntPtr sprite, Matrix transform, TextAlign position, Color32 color);
431 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int sprite_get_width (IntPtr sprite);
432 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int sprite_get_height (IntPtr sprite);
433 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 sprite_get_dimensions_normalized(IntPtr sprite);
434
435 ///////////////////////////////////////////

Callers 1

SpriteClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected