MCPcopy Create free account

hub / github.com/KaijuEngine/kaiju / functions

Functions12,267 in github.com/KaijuEngine/kaiju

↓ 16 callersMethodAssignPickID
(e *StageEntity)
src/editor/editor_stage_manager/stage_picking.go:21
↓ 16 callersMethodBase
()
src/engine/ui/label.go:57
↓ 16 callersMethodBorderColor
()
src/engine/ui/panel.go:2006
↓ 16 callersMethodCreateBuffer
(size uintptr, usage GPUBufferUsageFlags, properties GPUMemoryPropertyFlags)
src/rendering/gpu_device.go:72
↓ 16 callersMethodDataBindings
()
src/editor/editor_stage_manager/stage_entity.go:35
↓ 16 callersMethodFontCache
()
src/rendering/render_caches.go:15
↓ 16 callersMethodFullPath
()
src/editor/editor_workspace/common_workspace/data_input_reflections.go:52
↓ 16 callersMethodNamedData
NamedData will return the data associated with the specified key. If the key does not exist, nil will be returned.
src/engine/entity.go:297
↓ 16 callersFunctionNewEntity
NewEntity creates a new [Entity] struct and returns it
src/engine/entity.go:55
↓ 16 callersFunctionQuaternionAxisAngle
(axis Vec3, angle Float)
src/matrix/quaternion.go:233
↓ 16 callersMethodRunOnRenderThread
(call func(*rendering.GPUDevice))
src/engine/host.go:530
↓ 16 callersMethodSetScrollDirection
(direction PanelScrollDirection)
src/engine/ui/panel.go:962
↓ 16 callersMethodSetWrap
(wrapText bool)
src/engine/ui/label.go:541
↓ 16 callersMethodSetZ
(z int32)
src/matrix/vec3i.go:20
↓ 16 callersMethodValid
()
src/editor/editor_stage_manager/editor_stage_view/stage_viewport.go:115
↓ 16 callersFunctionVec3Dot
(v, other Vec3T[T])
src/matrix/vec3.go:274
↓ 16 callersFunctionassertMeshCounts
(t *testing.T, mesh *Mesh, verts, indexes int)
src/rendering/mesh_test.go:15
↓ 16 callersMethodclampPos
(p textPos)
src/engine/ui/text_document.go:380
↓ 16 callersFunctionflipContact
(c Contact)
src/engine/graviton/narrow_phase.go:952
↓ 16 callersMethodhovering
()
src/engine/ui/ui.go:166
↓ 16 callersMethodoffsetOf
offsetOf is the y of the top edge of row index.
src/engine/ui/virtual_list_height.go:28
↓ 16 callersFunctionpreprocLeftTopRightBottom
(values []rules.PropertyValue, ruleList []rules.Rule, propName string)
src/engine/ui/markup/css/properties/css_margin.go:28
↓ 16 callersFunctionregister
(factory func() rendering.DrawInstance, names ...string)
src/registry/shader_data_registry/shader_data_registry.go:30
↓ 16 callersMethodsetCount
setCount sets the number of rows; new rows take a default height.
src/engine/ui/virtual_list_height.go:23
↓ 15 callersMethodClone
(parent *engine.Entity)
src/engine/ui/ui.go:939
↓ 15 callersMethodContacts
Contacts returns the contact manifolds generated during the most recent Step. The returned slice is owned by the System and is reused on the next Step
src/engine/graviton/system.go:425
↓ 15 callersMethodEntityById
(id string)
src/editor/editor_stage_manager/editor_stage_manager.go:301
↓ 15 callersMethodExecuteEvent
(evtType EventType)
src/engine/ui/ui.go:316
↓ 15 callersMethodFileSystem
FileSystem returns a pointer to [project_file_system.FileSystem]
src/editor/project/project.go:81
↓ 15 callersMethodHasCtrl
()
src/platform/hid/keyboard.go:196
↓ 15 callersMethodHasCtrlOrMeta
HasCtrlOrMeta checks if the meta key is pressed on Darwin, or the ctrl key on Windows and Linux.
src/platform/hid/keyboard.go:202
↓ 15 callersMethodHasSelection
()
src/editor/editor_stage_manager/editor_stage_manager_interact.go:27
↓ 15 callersMethodNewBody
()
src/engine/graviton/system.go:49
↓ 15 callersMethodRename
(id, newName string, pfs *project_file_system.FileSystem)
src/editor/project/project_database/content_database/cache_database.go:87
↓ 15 callersMethodSerialize
(buffer []byte)
src/network/master_server/master_server_response.go:42
↓ 15 callersMethodSetJustify
(justify rendering.FontJustify)
src/engine/ui/label.go:441
↓ 15 callersMethodSetLocalPosition
(position Vec3)
src/matrix/transform.go:136
↓ 15 callersMethodSetScrollY
(value float32)
src/engine/ui/panel.go:813
↓ 15 callersMethodSetWorldPosition
(position Vec3)
src/matrix/transform.go:267
↓ 15 callersMethodStageWorkspace
()
src/editor/editor_common_workspace_interface.go:82
↓ 15 callersMethodStart
()
src/engine/render_thread.go:89
↓ 15 callersMethodString
()
src/rendering/vulkan/util.go:33
↓ 15 callersFunctionVec3Up
()
src/matrix/vec3.go:330
↓ 15 callersFunctionWakeConstrainedBodies
(bodyA, bodyB *RigidBody)
src/engine/graviton/constraint_solver.go:233
↓ 15 callersFunctioncheckValue
(t *testing.T, got any, want any)
src/rendering/loaders/fbx/document_test.go:281
↓ 15 callersFunctionconnect
(index SceneIndex, typ string, child int64, parent int64, property string)
src/rendering/loaders/fbx/material_test.go:125
↓ 15 callersFunctioneditableTextClamp
(value, minimum, maximum int)
src/engine/ui/editable_text.go:18
↓ 15 callersMethodfromVulkan
(from vulkan_const.Result)
src/rendering/gpu_types_vulkan.go:89
↓ 15 callersMethodinsert
--- edits (undoable) -------------------------------------------------------- insert replaces the active selection (if any) with s, otherwise inserts
src/engine/ui/text_document.go:169
↓ 15 callersFunctionmeshFastIntField
(m map[string]any, key string)
src/editor/project/project_database/content_database/content_database_mesh_fast_gltf.go:1113
↓ 15 callersMethodsetFieldValue
(id string, value renderGraphNodeFieldValue)
src/editor/editor_workspace/render_graph_workspace/render_graph_node.go:121
↓ 15 callersFunctiontestFBXFileWithNodes
(version uint32, nodes ...testNode)
src/rendering/loaders/fbx/document_test.go:288
↓ 15 callersFunctionwriteFile
writeFile creates a file at <root>/<rel> with the given bytes. Fatals the test on any error so the calling test body can be flat and linear.
src/editor/project/project_database/content_database/cache_database_test.go:19
↓ 14 callersMethodActions
Editor services
src/editor/editor_workspace/workspace_editor_interface.go:39
↓ 14 callersMethodAdd
(ptr unsafe.Pointer)
src/rendering/vulkan/cgo_helpers.go:28
↓ 14 callersMethodBase
()
src/engine/ui/input.go:78
↓ 14 callersMethodCall
(args, returns int)
src/plugins/lua/lua.go:484
↓ 14 callersMethodColor
()
src/engine/ui/panel.go:752
↓ 14 callersMethodCopy
(other *Entity)
src/engine/entity.go:344
↓ 14 callersMethodCreateConnection
(a, b *renderGraphPort)
src/editor/editor_workspace/render_graph_workspace/render_graph.go:426
↓ 14 callersMethodEnableUpdate
()
src/engine/ui/ui_manager.go:248
↓ 14 callersMethodFocus
()
src/editor/editor_workspace/editor_workspace.go:49
↓ 14 callersMethodFreeTexture
(texId *TextureId)
src/rendering/gpu_logical_device.go:83
↓ 14 callersMethodHasMeta
()
src/platform/hid/keyboard.go:218
↓ 14 callersMethodId
ID returns the unique identifier of the entity. The Id is only valid for entities that are not generated through template instantiation. The Id may al
src/engine/entity.go:72
↓ 14 callersMethodIsFocusedOnInput
()
src/editor/editor_workspace/editor_workspace.go:53
↓ 14 callersMethodIsInView
(box graviton.AABB)
src/rendering/draw_instance.go:29
↓ 14 callersMethodMapMemory
(memory GPUDeviceMemory, offset uintptr, size uintptr, flags GPUMemoryFlags, out *unsafe.Pointer)
src/rendering/gpu_device.go:57
↓ 14 callersMethodNormalize
()
src/matrix/vec3.go:151
↓ 14 callersMethodPaintTextureLayer
(layer int, stroke TexturePaintStroke)
src/engine/terrain/terrain.go:408
↓ 14 callersMethodSetActive
(active bool)
src/engine/graviton/constraint.go:102
↓ 14 callersMethodSetW
(w T)
src/matrix/vec4.go:35
↓ 14 callersMethodUnmapMemory
(memory GPUDeviceMemory)
src/rendering/gpu_device.go:67
↓ 14 callersFunctionVec3Zero
()
src/matrix/vec3.go:336
↓ 14 callersMethodaddAccessor
(bufferView, byteOffset, componentType, count int, accessorType string)
src/rendering/loaders/gltf_test.go:340
↓ 14 callersFunctionchildNode
(node *Node, name string)
src/rendering/loaders/fbx/semantic.go:540
↓ 14 callersMethodcount
()
src/engine/ui/virtual_list_height.go:24
↓ 14 callersFunctionpointInCone
(p matrix.Vec3, c Cone)
src/engine/graviton/cone.go:413
↓ 14 callersFunctionrenderGraphCompilerValueNode
(id, value string)
src/editor/editor_workspace/render_graph_workspace/render_graph_output_compiler_test.go:1366
↓ 14 callersMethodsetCursor
(p textPos)
src/engine/ui/text_document.go:119
↓ 13 callersMethodApplyTextureDirty
(region DirtyRegion)
src/engine/terrain/terrain_splat_texture.go:77
↓ 13 callersFunctionColorRGBAInt
(r, g, b, a int)
src/matrix/color.go:123
↓ 13 callersMethodConstraint
()
src/engine/graviton/rope_joint.go:103
↓ 13 callersMethodContentSize
ContentSize is the full scrollable content size for the given viewport (the viewport drives column/row counts for grid/masonry). The VirtualList feeds
src/engine/ui/virtual_layout.go:42
↓ 13 callersMethodCross
(other Vec3T[T])
src/matrix/vec3.go:206
↓ 13 callersMethodCursorStandard
()
src/platform/windowing/window.go:323
↓ 13 callersMethodDefault
()
src/rendering/render_view.go:260
↓ 13 callersMethodDestroy
()
src/engine/physics_system.go:164
↓ 13 callersMethodDestroyEntity
DestroyEntity marks the given entity for destruction. The entity will be cleaned up at the beginning of the next frame.
src/engine/host.go:621
↓ 13 callersMethodEnsure
(instanceCount int)
src/rendering/instance_buffer_capacity.go:19
↓ 13 callersMethodExpand
(padding, resolution int)
src/engine/terrain/terrain.go:62
↓ 13 callersMethodGetElementsByGroup
(group string)
src/engine/ui/markup/document/html_parser.go:160
↓ 13 callersMethodHierarchyRespectiveSelection
()
src/editor/editor_stage_manager/editor_stage_manager.go:281
↓ 13 callersMethodIndexOfChild
(child *Entity)
src/engine/entity.go:361
↓ 13 callersMethodIsSelected
(e *StageEntity)
src/editor/editor_stage_manager/editor_stage_manager_interact.go:29
↓ 13 callersMethodMarkTextureRegionDirty
(region DirtyRegion)
src/engine/terrain/terrain_splat_texture.go:64
↓ 13 callersMethodNewDistanceJoint
(bodyA, bodyB *RigidBody, localAnchorA, localAnchorB matrix.Vec3)
src/engine/graviton/system.go:149
↓ 13 callersFunctionNewStyleSheet
()
src/engine/ui/markup/css/rules/parser.go:321
↓ 13 callersMethodRowVector
(row int)
src/matrix/mat3.go:51
↓ 13 callersMethodScrollY
()
src/engine/ui/panel.go:236
← previousnext →401–500 of 12,267, ranked by callers