MCPcopy Create free account

hub / github.com/StereoKit/StereoKit / functions

Functions5,740 in github.com/StereoKit/StereoKit

↓ 1 callersMethodlog_subscribe_data
(LogCallbackData on_log, IntPtr context)
StereoKit/Native/NativeAPI.cs:694
↓ 1 callersFunctionlog_unsubscribe_data
StereoKitC/log.cpp:316
↓ 1 callersMethodlog_unsubscribe_data
(LogCallbackData on_log, IntPtr context)
StereoKit/Native/NativeAPI.cs:695
↓ 1 callersFunctionlog_window
Examples/StereoKitCTest/main.cpp:143
↓ 1 callersFunctionlog_writef
StereoKitC/log.cpp:192
↓ 1 callersMethodmaterial_buffer_create
(int slot, int size)
StereoKit/Native/NativeAPI.cs:304
↓ 1 callersMethodmaterial_buffer_release
(IntPtr buffer)
StereoKit/Native/NativeAPI.cs:306
↓ 1 callersMethodmaterial_buffer_set_data
(IntPtr buffer, IntPtr data)
StereoKit/Native/NativeAPI.cs:305
↓ 1 callersFunctionmaterial_check_tex_changes
StereoKitC/asset_types/material.cpp:869
↓ 1 callersMethodmaterial_copy
(IntPtr material)
StereoKit/Native/NativeAPI.cs:242
↓ 1 callersMethodmaterial_copy_id
(string id)
StereoKit/Native/NativeAPI.cs:243
↓ 1 callersFunctionmaterial_destroy
StereoKitC/asset_types/material.cpp:228
↓ 1 callersMethodmaterial_find
(string id)
StereoKit/Native/NativeAPI.cs:240
↓ 1 callersMethodmaterial_get_bool
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:286
↓ 1 callersMethodmaterial_get_chain
(IntPtr material)
StereoKit/Native/NativeAPI.cs:262
↓ 1 callersMethodmaterial_get_color
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:281
↓ 1 callersMethodmaterial_get_cull
(IntPtr material)
StereoKit/Native/NativeAPI.cs:255
↓ 1 callersMethodmaterial_get_depth_test
(IntPtr material)
StereoKit/Native/NativeAPI.cs:258
↓ 1 callersMethodmaterial_get_depth_write
(IntPtr material)
StereoKit/Native/NativeAPI.cs:259
↓ 1 callersMethodmaterial_get_float
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:280
↓ 1 callersMethodmaterial_get_id
(IntPtr material)
StereoKit/Native/NativeAPI.cs:245
↓ 1 callersMethodmaterial_get_int
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:285
↓ 1 callersMethodmaterial_get_matrix
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:289
↓ 1 callersMethodmaterial_get_param_count
(IntPtr material)
StereoKit/Native/NativeAPI.cs:300
↓ 1 callersFunctionmaterial_get_param_id
StereoKitC/asset_types/material.cpp:765
↓ 1 callersMethodmaterial_get_queue_offset
(IntPtr material)
StereoKit/Native/NativeAPI.cs:261
↓ 1 callersMethodmaterial_get_shader
(IntPtr material)
StereoKit/Native/NativeAPI.cs:302
↓ 1 callersMethodmaterial_get_texture
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:290
↓ 1 callersMethodmaterial_get_transparency
(IntPtr material)
StereoKit/Native/NativeAPI.cs:254
↓ 1 callersMethodmaterial_get_uint
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:288
↓ 1 callersMethodmaterial_get_vector2
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:284
↓ 1 callersMethodmaterial_get_vector3
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:283
↓ 1 callersMethodmaterial_get_vector4
(IntPtr material, string name)
StereoKit/Native/NativeAPI.cs:282
↓ 1 callersFunctionmaterial_get_wireframe
StereoKitC/asset_types/material.cpp:371
↓ 1 callersMethodmaterial_get_wireframe
(IntPtr material)
StereoKit/Native/NativeAPI.cs:256
↓ 1 callersMethodmaterial_set_bool
(IntPtr material, string name, [MarshalAs(UnmanagedType.Bool)] bool value)
StereoKit/Native/NativeAPI.cs:272
↓ 1 callersMethodmaterial_set_chain
(IntPtr material, IntPtr chain_material)
StereoKit/Native/NativeAPI.cs:253
↓ 1 callersMethodmaterial_set_cull
(IntPtr material, Cull mode)
StereoKit/Native/NativeAPI.cs:248
↓ 1 callersMethodmaterial_set_depth_test
(IntPtr material, DepthTest depth_test_mode)
StereoKit/Native/NativeAPI.cs:250
↓ 1 callersMethodmaterial_set_depth_write
(IntPtr material, [MarshalAs(UnmanagedType.Bool)] bool write_enabled)
StereoKit/Native/NativeAPI.cs:251
↓ 1 callersMethodmaterial_set_float
(IntPtr material, string name, float value)
StereoKit/Native/NativeAPI.cs:263
↓ 1 callersMethodmaterial_set_int
(IntPtr material, string name, int value)
StereoKit/Native/NativeAPI.cs:268
↓ 1 callersMethodmaterial_set_int2
(IntPtr material, string name, int value1, int value2)
StereoKit/Native/NativeAPI.cs:269
↓ 1 callersMethodmaterial_set_int3
(IntPtr material, string name, int value1, int value2, int value3)
StereoKit/Native/NativeAPI.cs:270
↓ 1 callersMethodmaterial_set_int4
(IntPtr material, string name, int value1, int value2, int value3, int value4)
StereoKit/Native/NativeAPI.cs:271
↓ 1 callersMethodmaterial_set_matrix
(IntPtr material, string name, Matrix value)
StereoKit/Native/NativeAPI.cs:277
↓ 1 callersMethodmaterial_set_param
(IntPtr material, string name, MaterialParam type, IntPtr value)
StereoKit/Native/NativeAPI.cs:295
↓ 1 callersMethodmaterial_set_queue_offset
(IntPtr material, int offset)
StereoKit/Native/NativeAPI.cs:252
↓ 1 callersMethodmaterial_set_shader
(IntPtr material, IntPtr shader)
StereoKit/Native/NativeAPI.cs:301
↓ 1 callersMethodmaterial_set_texture
(IntPtr material, string name, IntPtr value)
StereoKit/Native/NativeAPI.cs:278
↓ 1 callersMethodmaterial_set_transparency
(IntPtr material, Transparency mode)
StereoKit/Native/NativeAPI.cs:247
↓ 1 callersMethodmaterial_set_uint
(IntPtr material, string name, uint value)
StereoKit/Native/NativeAPI.cs:273
↓ 1 callersMethodmaterial_set_uint2
(IntPtr material, string name, uint value1, uint value2)
StereoKit/Native/NativeAPI.cs:274
↓ 1 callersMethodmaterial_set_uint3
(IntPtr material, string name, uint value1, uint value2, uint value3)
StereoKit/Native/NativeAPI.cs:275
↓ 1 callersMethodmaterial_set_uint4
(IntPtr material, string name, uint value1, uint value2, uint value3, uint value4)
StereoKit/Native/NativeAPI.cs:276
↓ 1 callersMethodmaterial_set_vector2
(IntPtr material, string name, Vec2 value)
StereoKit/Native/NativeAPI.cs:267
↓ 1 callersMethodmaterial_set_vector3
(IntPtr material, string name, Vec3 value)
StereoKit/Native/NativeAPI.cs:266
↓ 1 callersMethodmaterial_set_vector4
(IntPtr material, string name, Vec4 value)
StereoKit/Native/NativeAPI.cs:265
↓ 1 callersMethodmaterial_set_wireframe
(IntPtr material, [MarshalAs(UnmanagedType.Bool)] bool wireframe)
StereoKit/Native/NativeAPI.cs:249
↓ 1 callersFunctionmatrix_decompose
StereoKitC/sk_math.cpp:430
↓ 1 callersMethodmatrix_extract_pose
(in Matrix transform)
StereoKit/Native/NativeAPI.cs:76
↓ 1 callersMethodmatrix_extract_rotation
(in Matrix transform)
StereoKit/Native/NativeAPI.cs:75
↓ 1 callersMethodmatrix_extract_scale
(in Matrix transform)
StereoKit/Native/NativeAPI.cs:74
↓ 1 callersFunctionmatrix_mul_direction
StereoKitC/sk_math.cpp:226
↓ 1 callersFunctionmatrix_s
StereoKitC/sk_math.cpp:380
↓ 1 callersMethodmatrix_transform_pose
(Matrix transform, Pose pose)
StereoKit/Native/NativeAPI.cs:72
↓ 1 callersFunctionmatrix_transform_pt4
StereoKitC/sk_math.cpp:272
↓ 1 callersFunctionmatrix_trs_out
StereoKitC/sk_math.cpp:400
↓ 1 callersFunctionmesh_bvh_build_recursive
Recursively subdivide the triangles in the current leaf node into two groups, by determining a split plane based on the current bound, and sorting the
StereoKitC/systems/bvh.cpp:151
↓ 1 callersFunctionmesh_bvh_create
Build a BVH over the triangles in the given mesh.
StereoKitC/systems/bvh.cpp:351
↓ 1 callersFunctionmesh_bvh_destroy
StereoKitC/systems/bvh.cpp:488
↓ 1 callersFunctionmesh_bvh_intersect
Find closest triangle intersection for the given model-space ray
StereoKitC/systems/bvh.cpp:497
↓ 1 callersFunctionmesh_bvh_statistics
StereoKitC/systems/bvh.cpp:104
↓ 1 callersFunctionmesh_calculate_bounds
StereoKitC/asset_types/mesh.cpp:249
↓ 1 callersFunctionmesh_copy
StereoKitC/asset_types/mesh.cpp:520
↓ 1 callersMethodmesh_create
()
StereoKit/Native/NativeAPI.cs:136
↓ 1 callersFunctionmesh_destroy
StereoKitC/asset_types/mesh.cpp:591
↓ 1 callersMethodmesh_find
(string id)
StereoKit/Native/NativeAPI.cs:135
↓ 1 callersFunctionmesh_gen_cone
Bottom always at origin, top at dir*depth
StereoKitC/asset_types/mesh.cpp:1120
↓ 1 callersMethodmesh_gen_cube
(Vec3 dimensions, int subdivisions = 0)
StereoKit/Native/NativeAPI.cs:163
↓ 1 callersMethodmesh_gen_cylinder
(float diameter, float depth, Vec3 direction, int subdivisions)
StereoKit/Native/NativeAPI.cs:166
↓ 1 callersFunctionmesh_gen_plane
StereoKitC/asset_types/mesh.cpp:747
↓ 1 callersMethodmesh_gen_rounded_cube
(Vec3 dimensions, float edge_radius, int subdivisions)
StereoKit/Native/NativeAPI.cs:165
↓ 1 callersMethodmesh_gen_sphere
(float diameter, int subdivisions = 4)
StereoKit/Native/NativeAPI.cs:164
↓ 1 callersMethodmesh_get_bounds
(IntPtr mesh)
StereoKit/Native/NativeAPI.cs:153
↓ 1 callersFunctionmesh_get_bvh_data
StereoKitC/asset_types/mesh.cpp:570
↓ 1 callersMethodmesh_get_id
(IntPtr mesh)
StereoKit/Native/NativeAPI.cs:138
↓ 1 callersFunctionmesh_get_ind_count
StereoKitC/asset_types/mesh.cpp:224
↓ 1 callersMethodmesh_get_ind_count
[Out, MarshalAs(unmanagedType:UnmanagedType.LPArray, SizeParamIndex=2)]
StereoKit/Native/NativeAPI.cs:150
↓ 1 callersMethodmesh_get_inds
(IntPtr mesh, out IntPtr out_indices, out int out_index_count, Memory reference_mode)
StereoKit/Native/NativeAPI.cs:149
↓ 1 callersFunctionmesh_get_keep_data
StereoKitC/asset_types/mesh.cpp:38
↓ 1 callersMethodmesh_get_keep_data
(IntPtr mesh)
StereoKit/Native/NativeAPI.cs:142
↓ 1 callersFunctionmesh_get_triangle
StereoKitC/asset_types/mesh.cpp:711
↓ 1 callersMethodmesh_get_triangle
(IntPtr mesh, uint triangle_index, out Vertex a, out Vertex b, out Vertex c)
StereoKit/Native/NativeAPI.cs:158
↓ 1 callersFunctionmesh_get_vert_count
StereoKitC/asset_types/mesh.cpp:119
↓ 1 callersMethodmesh_get_vert_count
(IntPtr mesh)
StereoKit/Native/NativeAPI.cs:147
↓ 1 callersFunctionmesh_get_verts
StereoKitC/asset_types/mesh.cpp:105
↓ 1 callersMethodmesh_get_verts
(IntPtr mesh, out IntPtr out_vertices, out int out_vertex_count, Memory reference_mode)
StereoKit/Native/NativeAPI.cs:146
↓ 1 callersMethodmesh_set_bounds
(IntPtr mesh, in Bounds bounds)
StereoKit/Native/NativeAPI.cs:152
↓ 1 callersMethodmesh_set_data
(IntPtr mesh, [In] Vertex[] vertices, int vertex_count, [In] uint[] indices, int index_count, [MarshalAs(Unman
StereoKit/Native/NativeAPI.cs:144
← previousnext →1,701–1,800 of 5,740, ranked by callers