MCPcopy Create free account

hub / github.com/StereoKit/StereoKit / functions

Functions5,740 in github.com/StereoKit/StereoKit

↓ 24 callersFunctionmaterial_create
StereoKitC/asset_types/material.cpp:127
↓ 24 callersFunctionmatrix_trs
StereoKitC/sk_math.cpp:349
↓ 24 callersFunctionmesh_set_id
StereoKitC/asset_types/mesh.cpp:482
↓ 24 callersFunctionsprite_release
StereoKitC/asset_types/sprite.cpp:171
↓ 24 callersFunctiontex_create
StereoKitC/asset_types/texture.cpp:512
↓ 23 callersMethodSetElementVisual
<summary>Override the visual assets attached to a particular UI element. Note that StereoKit's default UI assets use a type of quadrant sizing that i
StereoKit/Systems/UI.cs:1395
↓ 23 callersFunctioncgltf_component_read_float
StereoKitC/libraries/cgltf.h:2256
↓ 23 callersFunctionmesh_create
StereoKitC/asset_types/mesh.cpp:512
↓ 22 callersMethodCos
<summary>Same as Math.Cos</summary> <returns>Same as Math.Cos</returns>
StereoKit/Math/SKMath.cs:18
↓ 22 callersMethodText
<summary>Displays a large chunk of text on the current layout. This can include new lines and spaces, and will properly wrap once it fills the entire
StereoKit/Systems/UI.cs:434
↓ 22 callersFunctioncgltf_free_extensions
StereoKitC/libraries/cgltf.h:1779
↓ 22 callersFunctionmaterial_set_id
StereoKitC/asset_types/material.cpp:35
↓ 22 callersFunctionsound_release
StereoKitC/asset_types/sound.cpp:263
↓ 22 callersFunctionstring_eq
StereoKitC/libraries/stref.cpp:72
↓ 21 callersMethodadd_range
StereoKitC/libraries/array.h:136
↓ 21 callersFunctionbutton_make_state
StereoKitC/systems/input.h:24
↓ 21 callersFunctioninput_head
StereoKitC/systems/input.cpp:150
↓ 21 callersFunctionmath_vec3_to_fast
StereoKitC/sk_math_dx.h:22
↓ 21 callersFunctionrender_add_mesh
StereoKitC/systems/render.cpp:687
↓ 20 callersMethodHandleBegin
<summary>This begins a new UI group with its own layout! Much like a window, except with a more flexible handle, and no header. You can draw the handl
StereoKit/Systems/UI.cs:1172
↓ 20 callersMethodHandleEnd
<summary>Finishes a handle! Must be called after UI.HandleBegin() and all elements have been drawn. Pops the pose transform pushed by UI.HandleBegin()
StereoKit/Systems/UI.cs:1178
↓ 20 callersMethodPanelBegin
<summary>This will begin a Panel element that will encompass all elements drawn between PanelBegin and PanelEnd. This is an entirely visual element, a
StereoKit/Systems/UI.cs:1369
↓ 20 callersMethodPanelEnd
<summary>This will finalize and draw a Panel element.</summary>
StereoKit/Systems/UI.cs:1372
↓ 20 callersMethodRunForFrames
(int frames)
Examples/StereoKitTest/Tests.cs:137
↓ 20 callersMethodSin
<summary>Same as Math.Sin</summary> <returns>Same as Math.Sin</returns>
StereoKit/Math/SKMath.cs:21
↓ 20 callersFunctionft_mutex_unlock
StereoKitC/libraries/ferr_thread.h:154
↓ 20 callersFunctionmatrix_invert
StereoKitC/sk_math.cpp:172
↓ 20 callersFunctionmesh_set_data
StereoKitC/asset_types/mesh.cpp:188
↓ 20 callersFunctionstbi__get32be
StereoKitC/libraries/stb_image.h:1684
↓ 20 callersFunctionstbi__malloc
StereoKitC/libraries/stb_image.h:982
↓ 20 callersFunctionui_set_element_color
StereoKitC/ui/ui_theming.cpp:356
↓ 19 callersFunctioncgltf_free_texture_view
StereoKitC/libraries/cgltf.h:1789
↓ 19 callersFunctioncgltf_parse_json_texture_view
StereoKitC/libraries/cgltf.h:3778
↓ 19 callersFunctionft_mutex_lock
StereoKitC/libraries/ferr_thread.h:144
↓ 19 callersFunctionmath_fast_to_vec3
StereoKitC/sk_math_dx.h:40
↓ 19 callersFunctionskg_tex_fmt_to_native
StereoKitC/libraries/sk_gpu.h:2624
↓ 19 callersFunctionstring_append
StereoKitC/libraries/stref.cpp:32
↓ 18 callersMethodToWorld
<summary>Converts a local point relative to the current hierarchy stack into world space!</summary> <param name="localPoint">A point in local space.</
StereoKit/Systems/Hierarchy.cs:76
↓ 18 callersFunctionassets_addref
StereoKitC/asset_types/assets.cpp:163
↓ 18 callersFunctioncgltf_parse_json_float_array
StereoKitC/libraries/cgltf.h:2767
↓ 18 callersFunctionlog_diag
StereoKitC/log.cpp:201
↓ 18 callersFunctionmaterial_copy_id
StereoKitC/asset_types/material.cpp:205
↓ 18 callersFunctionshader_create_mem
StereoKitC/asset_types/shader.cpp:57
↓ 18 callersFunctionsk_malloc
StereoKitC/sk_memory.cpp:13
↓ 18 callersFunctionstbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
StereoKitC/libraries/stb_truetype.h:3027
↓ 18 callersFunctionsystems_add
StereoKitC/systems/system.cpp:35
↓ 18 callersFunctionttULONG
StereoKitC/libraries/stb_truetype.h:1287
↓ 18 callersFunctionui_set_element_visual
StereoKitC/ui/ui_theming.cpp:341
↓ 17 callersMethodLayoutReserve
<summary>Reserves a box of space for an item in the current UI layout! If either size axis is zero, it will be auto-sized to fill the current surface
StereoKit/Systems/UI.cs:99
↓ 17 callersMethodUpdateIdValues
()
Examples/StereoKitTest/StereoKitTest_Xamarin/Resources/Resource.designer.cs:26
↓ 17 callersMethodget
StereoKitC/libraries/array.h:363
↓ 17 callersFunctionmath_fast_to_quat
StereoKitC/sk_math_dx.h:56
↓ 17 callersFunctionsk_get_settings_ref
StereoKitC/stereokit.cpp:545
↓ 16 callersMethodToArray
<summary>Converts the SphericalHarmonic into an array of coefficients 9 long. Useful for storing calculated data!</summary> <returns>An array of coeff
StereoKit/Util/SphericalHarmonics.cs:82
↓ 16 callersFunctionassets_allocate
StereoKitC/asset_types/assets.cpp:109
↓ 16 callersFunctionmaterial_addref
StereoKitC/asset_types/material.cpp:214
↓ 16 callersFunctionmaterial_set_texture
StereoKitC/asset_types/material.cpp:636
↓ 16 callersMethodresize
StereoKitC/libraries/array.h:538
↓ 16 callersFunctionsdf_box_round
StereoKitC/utils/sdf.cpp:11
↓ 16 callersFunctiontex_addref
StereoKitC/asset_types/texture.cpp:798
↓ 16 callersFunctionto_hex
StereoKitC/asset_types/anchor.cpp:93
↓ 16 callersFunctionui_draw_el
StereoKitC/ui/ui_theming.cpp:450
↓ 16 callersFunctionui_label
StereoKitC/ui/stereokit_ui.cpp:180
↓ 16 callersFunctionui_layout_reserve_sz
StereoKitC/ui/ui_layout.cpp:109
↓ 16 callersFunctionui_window_begin
StereoKitC/ui/stereokit_ui.cpp:1086
↓ 16 callersFunctionui_window_end
StereoKitC/ui/stereokit_ui.cpp:1095
↓ 15 callersMethodIsJustActive
<summary>Has the button just been pressed this frame?</summary> <returns>True if pressed, false if not.</returns>
StereoKit/Native/NativeTypes.cs:386
↓ 15 callersMethodPlay
(float speed = 1)
Examples/StereoKitTest/DebugToolWindow.cs:44
↓ 15 callersFunctionassets_releaseref
StereoKitC/asset_types/assets.cpp:169
↓ 15 callersFunctioncgltf_parse_json_unprocessed_extensions
StereoKitC/libraries/cgltf.h:2991
↓ 15 callersFunctioncolor_to_32
StereoKitC/stereokit.h:728
↓ 15 callersFunctionmath_cubemap_corner
StereoKitC/sk_math.cpp:527
↓ 15 callersFunctionplatform_win_add_event
StereoKitC/platforms/uwp.cpp:710
↓ 15 callersFunctionshader_set_id
StereoKitC/asset_types/shader.cpp:27
↓ 15 callersFunctionskg_tex_target_bind
StereoKitC/libraries/sk_gpu.h:1027
↓ 15 callersFunctionstbi__at_eof
StereoKitC/libraries/stb_image.h:1608
↓ 15 callersFunctionstbtt_FindGlyphIndex
StereoKitC/libraries/stb_truetype.h:1495
↓ 15 callersFunctionstbtt__buf_get8
StereoKitC/libraries/stb_truetype.h:1132
↓ 15 callersFunctionstbtt__csctx_rccurve_to
StereoKitC/libraries/stb_truetype.h:1956
↓ 15 callersFunctionstbtt__find_table
@OPTIMIZE: binary search
StereoKitC/libraries/stb_truetype.h:1305
↓ 15 callersFunctiontex_set_id
StereoKitC/asset_types/texture.cpp:785
↓ 15 callersFunctiontime_totalf_unscaled
StereoKitC/stereokit.cpp:594
↓ 15 callersFunctionui_get_text_style
StereoKitC/ui/ui_theming.cpp:618
↓ 14 callersMethodMax
<summary>Returns a vector where each elements is the maximum value for each corresponding pair.</summary> <param name="a">Order isn't important here.<
StereoKit/Math/Vec2.cs:264
↓ 14 callersMethodMin
<summary>Returns a vector where each elements is the minimum value for each corresponding pair.</summary> <param name="a">Order isn't important here.<
StereoKit/Math/Vec2.cs:274
↓ 14 callersFunctioncgltf_accessor_unpack_floats
StereoKitC/libraries/cgltf.h:2373
↓ 14 callersFunctionmaterial_find
StereoKitC/asset_types/material.cpp:24
↓ 14 callersFunctionpose_matrix
StereoKitC/sk_math.cpp:130
↓ 14 callersFunctionsdf_union
StereoKitC/utils/sdf.h:16
↓ 14 callersFunctionstref_equals
StereoKitC/libraries/stref.cpp:137
↓ 14 callersFunctionui_line_height
StereoKitC/ui/ui_layout.cpp:416
↓ 14 callersFunctionvec3_magnitude
StereoKitC/stereokit.h:641
↓ 13 callersMethodAddAxis
<inheritdoc cref="AddAxis(Pose, float)"/> <param name="thickness">How thick should the lines be, in meters? </param>
StereoKit/Systems/Lines.cs:53
↓ 13 callersMethodAddNode
<summary>This adds a root node to the `Model`'s node hierarchy! If There is already an initial root node, this node will still be a root node, but wil
StereoKit/Assets/Model.cs:392
↓ 13 callersMethodClear
<summary>Clears all key/value pairs from the collection.</summary>
StereoKit/Assets/Model.cs:783
↓ 13 callersMethodFromUtf8
(IntPtr str, int strLength)
StereoKit/Native/NativeHelper.cs:9
↓ 13 callersFunction_ply_convert
StereoKitC/libraries/micro_ply.h:152
↓ 13 callersFunction_ui_gen_quadrant_mesh
StereoKitC/ui/ui_theming.cpp:798
↓ 13 callersFunctionassets_set_id
StereoKitC/asset_types/assets.cpp:142
↓ 13 callersFunctiongltf_add_warning
StereoKitC/asset_types/model_gltf.cpp:36
← previousnext →101–200 of 5,740, ranked by callers