MCPcopy Create free account

hub / github.com/StereoKit/StereoKit / functions

Functions5,740 in github.com/StereoKit/StereoKit

↓ 1 callersMethodmesh_set_id
(IntPtr mesh, string id)
StereoKit/Native/NativeAPI.cs:137
↓ 1 callersMethodmesh_set_inds
(IntPtr mesh, [In] uint[] indices, int index_count)
StereoKit/Native/NativeAPI.cs:148
↓ 1 callersMethodmesh_set_keep_data
(IntPtr mesh, [MarshalAs(UnmanagedType.Bool)] bool keep_data)
StereoKit/Native/NativeAPI.cs:141
↓ 1 callersFunctionmesh_set_skin
StereoKitC/asset_types/mesh.cpp:395
↓ 1 callersFunctionmesh_set_skin_inv
StereoKitC/asset_types/mesh.cpp:411
↓ 1 callersMethodmesh_set_verts
(IntPtr mesh, [In] Vertex[] vertices, int vertex_count, [MarshalAs(UnmanagedType.Bool)] bool calculate_bounds)
StereoKit/Native/NativeAPI.cs:145
↓ 1 callersFunctionmesh_update_skin
StereoKitC/asset_types/mesh.cpp:419
↓ 1 callersFunctionmic_device_count
StereoKitC/systems/audio.cpp:227
↓ 1 callersMethodmic_device_count
()
StereoKit/Native/NativeAPI.cs:531
↓ 1 callersFunctionmic_device_name
StereoKitC/systems/audio.cpp:237
↓ 1 callersMethodmic_device_name
(int index)
StereoKit/Native/NativeAPI.cs:532
↓ 1 callersMethodmic_get_stream
()
StereoKit/Native/NativeAPI.cs:536
↓ 1 callersFunctionmic_is_recording
StereoKitC/systems/audio.cpp:343
↓ 1 callersMethodmic_is_recording
()
StereoKit/Native/NativeAPI.cs:537
↓ 1 callersMethodmic_start
(string device_name)
StereoKit/Native/NativeAPI.cs:533
↓ 1 callersMethodmic_stop
()
StereoKit/Native/NativeAPI.cs:535
↓ 1 callersMethodmodel_add_named_subset
(IntPtr model, string name, IntPtr mesh, IntPtr material, in Matrix transform)
StereoKit/Native/NativeAPI.cs:359
↓ 1 callersMethodmodel_add_subset
(IntPtr model, IntPtr mesh, IntPtr material, in Matrix transform)
StereoKit/Native/NativeAPI.cs:358
↓ 1 callersFunctionmodel_addref
StereoKitC/asset_types/model.cpp:338
↓ 1 callersMethodmodel_anim_active
(IntPtr model)
StereoKit/Native/NativeAPI.cs:376
↓ 1 callersMethodmodel_anim_active_completion
(IntPtr model)
StereoKit/Native/NativeAPI.cs:379
↓ 1 callersFunctionmodel_anim_active_mode
StereoKitC/asset_types/model.cpp:941
↓ 1 callersMethodmodel_anim_active_mode
(IntPtr model)
StereoKit/Native/NativeAPI.cs:377
↓ 1 callersMethodmodel_anim_active_time
(IntPtr model)
StereoKit/Native/NativeAPI.cs:378
↓ 1 callersMethodmodel_anim_count
(IntPtr model)
StereoKit/Native/NativeAPI.cs:375
↓ 1 callersFunctionmodel_anim_find
StereoKitC/asset_types/model.cpp:920
↓ 1 callersMethodmodel_anim_find
(IntPtr model, string animation_name)
StereoKit/Native/NativeAPI.cs:374
↓ 1 callersFunctionmodel_anim_get_duration
StereoKitC/asset_types/model.cpp:977
↓ 1 callersMethodmodel_anim_get_duration
(IntPtr model, int index)
StereoKit/Native/NativeAPI.cs:381
↓ 1 callersFunctionmodel_anim_get_name
StereoKitC/asset_types/model.cpp:970
↓ 1 callersMethodmodel_anim_get_name
(IntPtr model, int index)
StereoKit/Native/NativeAPI.cs:380
↓ 1 callersMethodmodel_copy
(IntPtr model)
StereoKit/Native/NativeAPI.cs:341
↓ 1 callersMethodmodel_create
()
StereoKit/Native/NativeAPI.cs:342
↓ 1 callersMethodmodel_create_file
([In] byte[] filename_utf8, IntPtr shader)
StereoKit/Native/NativeAPI.cs:345
↓ 1 callersFunctionmodel_create_mem
StereoKitC/asset_types/model.cpp:100
↓ 1 callersMethodmodel_create_mem
([In] byte[] filename_utf8, [In] byte[] data, UIntPtr data_size, IntPtr shader)
StereoKit/Native/NativeAPI.cs:344
↓ 1 callersFunctionmodel_create_mesh
StereoKitC/asset_types/model.cpp:90
↓ 1 callersFunctionmodel_destroy
StereoKitC/asset_types/model.cpp:471
↓ 1 callersFunctionmodel_draw
StereoKitC/asset_types/model.cpp:353
↓ 1 callersFunctionmodel_find
StereoKitC/asset_types/model.cpp:41
↓ 1 callersMethodmodel_find
(string id)
StereoKit/Native/NativeAPI.cs:340
↓ 1 callersMethodmodel_get_bounds
(IntPtr model)
StereoKit/Native/NativeAPI.cs:364
↓ 1 callersMethodmodel_get_id
(IntPtr model)
StereoKit/Native/NativeAPI.cs:347
↓ 1 callersMethodmodel_get_material
(IntPtr model, int subset)
StereoKit/Native/NativeAPI.cs:351
↓ 1 callersFunctionmodel_get_mesh
StereoKitC/asset_types/model.cpp:252
↓ 1 callersMethodmodel_get_mesh
(IntPtr model, int subset)
StereoKit/Native/NativeAPI.cs:352
↓ 1 callersMethodmodel_get_name
(IntPtr model, int subset)
StereoKit/Native/NativeAPI.cs:350
↓ 1 callersMethodmodel_get_transform
(IntPtr model, int subset)
StereoKit/Native/NativeAPI.cs:353
↓ 1 callersMethodmodel_node_add_child
(IntPtr model, int parent, string name, Matrix local_transform, IntPtr mesh, IntPtr material, int solid)
StereoKit/Native/NativeAPI.cs:384
↓ 1 callersFunctionmodel_node_child
StereoKitC/asset_types/model.cpp:583
↓ 1 callersMethodmodel_node_count
(IntPtr model)
StereoKit/Native/NativeAPI.cs:389
↓ 1 callersMethodmodel_node_find
(IntPtr model, string name)
StereoKit/Native/NativeAPI.cs:385
↓ 1 callersMethodmodel_node_get_material
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:400
↓ 1 callersMethodmodel_node_get_mesh
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:401
↓ 1 callersMethodmodel_node_get_name
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:395
↓ 1 callersMethodmodel_node_get_root
(IntPtr model)
StereoKit/Native/NativeAPI.cs:394
↓ 1 callersMethodmodel_node_get_solid
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:396
↓ 1 callersMethodmodel_node_get_transform_local
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:403
↓ 1 callersMethodmodel_node_get_transform_model
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:402
↓ 1 callersFunctionmodel_node_get_visible
StereoKitC/asset_types/model.cpp:658
↓ 1 callersMethodmodel_node_get_visible
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:398
↓ 1 callersFunctionmodel_node_info_clear
StereoKitC/asset_types/model.cpp:846
↓ 1 callersMethodmodel_node_info_clear
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:415
↓ 1 callersMethodmodel_node_info_count
(IntPtr model, int node)
StereoKit/Native/NativeAPI.cs:416
↓ 1 callersFunctionmodel_node_info_remove
StereoKitC/asset_types/model.cpp:834
↓ 1 callersMethodmodel_node_info_remove
(IntPtr model, int node, [In] byte[] info_key_u8)
StereoKit/Native/NativeAPI.cs:413
↓ 1 callersMethodmodel_node_set_material
(IntPtr model, int node, IntPtr material)
StereoKit/Native/NativeAPI.cs:407
↓ 1 callersFunctionmodel_node_set_mesh
StereoKitC/asset_types/model.cpp:742
↓ 1 callersMethodmodel_node_set_mesh
(IntPtr model, int node, IntPtr mesh)
StereoKit/Native/NativeAPI.cs:408
↓ 1 callersMethodmodel_node_set_name
(IntPtr model, int node, string name)
StereoKit/Native/NativeAPI.cs:404
↓ 1 callersMethodmodel_node_set_solid
(IntPtr model, int node, [MarshalAs(UnmanagedType.Bool)] bool solid)
StereoKit/Native/NativeAPI.cs:405
↓ 1 callersMethodmodel_node_set_transform_local
(IntPtr model, int node, Matrix transform_local_space)
StereoKit/Native/NativeAPI.cs:410
↓ 1 callersFunctionmodel_node_set_transform_model
StereoKitC/asset_types/model.cpp:775
↓ 1 callersMethodmodel_node_set_transform_model
(IntPtr model, int node, Matrix transform_model_space)
StereoKit/Native/NativeAPI.cs:409
↓ 1 callersMethodmodel_node_set_visible
(IntPtr model, int node, [MarshalAs(UnmanagedType.Bool)] bool visible)
StereoKit/Native/NativeAPI.cs:406
↓ 1 callersFunctionmodel_node_sibling
StereoKitC/asset_types/model.cpp:571
↓ 1 callersMethodmodel_node_visual_count
(IntPtr model)
StereoKit/Native/NativeAPI.cs:391
↓ 1 callersMethodmodel_play_anim
(IntPtr model, string animation_name, AnimMode mode)
StereoKit/Native/NativeAPI.cs:369
↓ 1 callersMethodmodel_play_anim_idx
(IntPtr model, int index, AnimMode mode)
StereoKit/Native/NativeAPI.cs:371
↓ 1 callersFunctionmodel_ray_intersect
StereoKitC/asset_types/model.cpp:380
↓ 1 callersFunctionmodel_ray_intersect_bvh_detailed
Same as model_ray_intersect_bvh, but returns mesh, mesh transform and start index if intersection found
StereoKitC/asset_types/model.cpp:437
↓ 1 callersFunctionmodel_recalculate_bounds
StereoKitC/asset_types/model.cpp:152
↓ 1 callersMethodmodel_recalculate_bounds
(IntPtr model)
StereoKit/Native/NativeAPI.cs:361
↓ 1 callersMethodmodel_recalculate_bounds_exact
(IntPtr model)
StereoKit/Native/NativeAPI.cs:362
↓ 1 callersMethodmodel_remove_subset
(IntPtr model, int subset)
StereoKit/Native/NativeAPI.cs:357
↓ 1 callersFunctionmodel_set_anim_completion
StereoKitC/asset_types/model.cpp:912
↓ 1 callersMethodmodel_set_anim_completion
(IntPtr model, float percent)
StereoKit/Native/NativeAPI.cs:373
↓ 1 callersFunctionmodel_set_anim_time
StereoKitC/asset_types/model.cpp:898
↓ 1 callersMethodmodel_set_anim_time
(IntPtr model, float time)
StereoKit/Native/NativeAPI.cs:372
↓ 1 callersMethodmodel_set_bounds
(IntPtr model, in Bounds bounds)
StereoKit/Native/NativeAPI.cs:363
↓ 1 callersFunctionmodel_set_id
StereoKitC/asset_types/model.cpp:29
↓ 1 callersMethodmodel_set_id
(IntPtr model, string id)
StereoKit/Native/NativeAPI.cs:346
↓ 1 callersMethodmodel_set_material
(IntPtr model, int subset, IntPtr material)
StereoKit/Native/NativeAPI.cs:354
↓ 1 callersMethodmodel_set_mesh
(IntPtr model, int subset, IntPtr mesh)
StereoKit/Native/NativeAPI.cs:355
↓ 1 callersMethodmodel_set_transform
(IntPtr model, int subset, in Matrix transform)
StereoKit/Native/NativeAPI.cs:356
↓ 1 callersMethodmodel_step_anim
(IntPtr model)
StereoKit/Native/NativeAPI.cs:368
↓ 1 callersMethodmodel_subset_count
(IntPtr model)
StereoKit/Native/NativeAPI.cs:360
↓ 1 callersFunctionmodelfmt_gltf
StereoKitC/asset_types/model_gltf.cpp:837
↓ 1 callersFunctionmodelfmt_obj
StereoKitC/asset_types/model_obj.cpp:31
↓ 1 callersFunctionmodelfmt_ply
StereoKitC/asset_types/model_ply.cpp:14
← previousnext →1,801–1,900 of 5,740, ranked by callers